From d837d7cda943ce0ac831e4ec35f814cb71c71e6c Mon Sep 17 00:00:00 2001 From: Karolis Rusenas Date: Mon, 2 Oct 2017 21:13:26 +0100 Subject: [PATCH] try to build on circle --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 357280ad..2294f8ef 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -16,5 +16,6 @@ jobs: steps: - checkout - # specify any bash command here prefixed with `run: ` + # specify any bash command here prefixed with `run: ` + - run: make build - run: make test \ No newline at end of file