From 2d4a3428d8e5bde246ff6f494f76df8a09e4e1ba Mon Sep 17 00:00:00 2001 From: Ycarus Date: Thu, 25 Apr 2019 07:29:27 +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 c71383905..1cdaf19f2 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/install -j1 V=s + command: make IGNORE_ERRORS=m -C ~/openmptcprouter/$OMR_TARGET/source package/{compile,install,index} target/compile -j2 package/compile -j2 target/install -j2 - run: name: Deploy