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:
parent
d15080e06a
commit
2deb423f07
1 changed files with 28 additions and 4 deletions
32
circle.yml
32
circle.yml
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue