diff --git a/circle.yml b/circle.yml index 214f178e..fa17510c 100644 --- a/circle.yml +++ b/circle.yml @@ -30,19 +30,15 @@ compile: OMR_KEEPBIN: yes - make -C source target/install -j4 : timeout: 7200 - environment: - OMR_TARGET: x86_64 - OMR_KEEPBIN: yes - sh build.sh package/{compile,install,preconfig,index} -j4 : timeout: 7200 environment: OMR_TARGET: rpi3 OMR_KEEPBIN: yes + - make -C source package/compile -j4 : + timeout: 7200 - make -C source target/install -j4 : timeout: 7200 - environment: - OMR_TARGET: rpi3 - OMR_KEEPBIN: yes test: override: