From 18e6c76fb8076996d11268042a82ecc427a684da Mon Sep 17 00:00:00 2001 From: Ycarus Date: Wed, 24 Apr 2019 07:35:46 +0200 Subject: [PATCH] Compile on circleci with -j1 V=s to see errors --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 27be40722..2c248d27a 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 -j2 + command: make IGNORE_ERRORS=m -C ~/openmptcprouter/$OMR_TARGET/source package/{compile,install,index} target/install -j1 V=s - run: name: Deploy @@ -114,7 +114,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 -j2 + command: make IGNORE_ERRORS=m -C ~/openmptcprouter/$OMR_TARGET/source package/{compile,install,index} target/install -j1 V=s - run: name: Deploy @@ -273,7 +273,7 @@ jobs: export OMR_PATH="$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME/${CIRCLE_BRANCH:-$CIRCLE_TAG}" export OMR_FEED_URL="$CIRCLE_REPOSITORY_URL" export OMR_FEED_SRC="${CIRCLE_BRANCH:-$CIRCLE_TAG}" - sh build.sh prepare {tools,toolchain}/install -j2 + sh build.sh prepare {tools,toolchain}/install -j1 V=s echo -e "$OMR_PRIVKEY" > ~/openmptcprouter/$OMR_TARGET/source/key-build echo -e "$OMR_PUBKEY" > ~/openmptcprouter/$OMR_TARGET/source/key-build.pub