From 222191099fdcd3e238edd891f40defd8959e4988 Mon Sep 17 00:00:00 2001 From: Ycarus Date: Tue, 30 Jan 2018 08:37:40 +0100 Subject: [PATCH] New test for travis and circle CI --- .travis.yml | 8 ++++++-- circle.yml | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 765c289e..8ad43b75 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,13 +4,17 @@ compiler: gcc before_script: - sudo apt-get update - sudo apt-get install -yq build-essential git unzip ncurses-dev libz-dev libssl-dev python subversion gettext gawk wget curl rsync perl +- OMR_TARGET="x86_64" OMR_KEEPBIN="yes" travis_wait 120 sh build.sh prepare {tools,toolchain}/install -j6 +- OMR_TARGET="rpi3" OMR_KEEPBIN="yes" travis_wait 120 sh build.sh prepare {tools,toolchain}/install -j6 +- OMR_TARGET="x86_64" OMR_KEEPBIN="yes" travis_wait 120 sh build.sh package/{compile,install,index} -j6 +- OMR_TARGET="rpi3" OMR_KEEPBIN="yes" travis_wait 120 sh build.sh package/{compile,install,index} -j6 cache: directories: - source - feeds script: -- OMR_TARGET="x86_64" travis_wait 240 sh build.sh -j4 -- OMR_TARGET="rpi3" OMR_KEEPBIN="yes" travis_wait 240 sh build.sh -j4 +- OMR_TARGET="x86_64" travis_wait 240 sh build.sh target/install -j6 +- OMR_TARGET="rpi3" OMR_KEEPBIN="yes" travis_wait 240 sh build.sh target/install -j6 before_deploy: - openssl aes-256-cbc -K $encrypted_fb4fbc400178_key -iv $encrypted_fb4fbc400178_iv -in deploy_rsa.enc -out /tmp/deploy_rsa -d - eval "$(ssh-agent -s)" diff --git a/circle.yml b/circle.yml index f1310c16..9b2944ea 100644 --- a/circle.yml +++ b/circle.yml @@ -38,7 +38,7 @@ compile: environment: OMR_TARGET: x86_64 OMR_KEEPBIN: yes - - sh build.sh target/install -j4 : + - sh build.sh target/install -j1 V=s : timeout: 7200 environment: OMR_TARGET: rpi3