From 535282f60d0a8f5ad9c86a992cb56d3052f7b2ce Mon Sep 17 00:00:00 2001 From: Ycarus Date: Fri, 26 Apr 2019 07:20:18 +0200 Subject: [PATCH] Another test to compile x86_64 on CircleCI --- .circleci/config.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 644fc43d2..f3ee8205f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -27,8 +27,8 @@ jobs: - run: name: cache command: | - echo "cache 34 $OMR_TARGET" > /tmp/cache-target - echo "cache 38 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version + echo "cache 35 $OMR_TARGET" > /tmp/cache-target + echo "cache 39 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version - restore_cache: keys: @@ -45,6 +45,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}" + sudo apt-get install -yq libelf-dev sh build.sh prepare {tools,toolchain}/install -j2 echo -e "$OMR_PRIVKEY" > ~/openmptcprouter/$OMR_TARGET/source/key-build echo -e "$OMR_PUBKEY" > ~/openmptcprouter/$OMR_TARGET/source/key-build.pub @@ -57,7 +58,7 @@ jobs: - run: name: Build no_output_timeout: 30m - command: make IGNORE_ERRORS=m -C ~/openmptcprouter/$OMR_TARGET/source target/compile -j1 V=s package/{compile,install,index} -j1 V=s target/install -j1 V=s + command: make IGNORE_ERRORS=m -C ~/openmptcprouter/$OMR_TARGET/source package/{compile,install,index} target/install -j1 V=s - run: name: Deploy