1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Try another way for circleci

This commit is contained in:
Ycarus 2018-01-29 21:17:39 +01:00
parent d15080e06a
commit 2deb423f07

View file

@ -7,12 +7,23 @@ dependencies:
override:
- 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
- sh build.sh -j4 :
timeout: 14400
- sh build.sh prepare {tools,toolchain}/install -j4 :
environment:
OMR_TARGET: x86_64
- sh build.sh -j4 :
timeout: 14400
OMR_KEEPBIN: yes
timeout: 7200
- sh build.sh prepare {tools,toolchain}/install -j4 :
environment:
OMR_TARGET: rpi3
OMR_KEEPBIN: yes
timeout: 7200
- sh build.sh package/{compile,install,index} -j2 :
timeout: 7200
environment:
OMR_TARGET: x86_64
OMR_KEEPBIN: yes
- sh build.sh package/{compile,install,index} -j2 :
timeout: 7200
environment:
OMR_TARGET: rpi3
OMR_KEEPBIN: yes
@ -20,6 +31,19 @@ dependencies:
- "source"
- "feeds"
compile:
override:
- sh build.sh target/install -j2 :
timeout: 7200
environment:
OMR_TARGET: x86_64
OMR_KEEPBIN: yes
- sh build.sh target/install -j2 :
timeout: 7200
environment:
OMR_TARGET: rpi3
OMR_KEEPBIN: yes
test:
override:
- "true"