From b16d1d0f6ebdc6d2e691d13676c129b991196c62 Mon Sep 17 00:00:00 2001 From: Ycarus Date: Thu, 25 Apr 2019 19:50:44 +0200 Subject: [PATCH] Change compile way on circleci for x86_64 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1cdaf19f2..9073cc897 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -57,7 +57,7 @@ jobs: - run: name: Build no_output_timeout: 30m - command: make IGNORE_ERRORS=m -C ~/openmptcprouter/$OMR_TARGET/source package/{compile,install,index} target/compile -j2 package/compile -j2 target/install -j2 + command: make IGNORE_ERRORS=m -C ~/openmptcprouter/$OMR_TARGET/source target/compile -j2 package/{compile,install,index} target/install -j2 - run: name: Deploy