mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Back to previous circle.yml
This commit is contained in:
parent
a4f58d3819
commit
3f8a7708a9
1 changed files with 9 additions and 2 deletions
11
circle.yml
11
circle.yml
|
@ -8,11 +8,18 @@ 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 prepare {tools,toolchain}/install -j$CPUS :
|
||||
timeout: 7200
|
||||
- sh build.sh package/{compile,install,index} -j$CPUS :
|
||||
timeout: 7200
|
||||
cache_directories:
|
||||
- "source"
|
||||
- "feeds"
|
||||
|
||||
compile:
|
||||
override:
|
||||
- sh build.sh -j$CPUS :
|
||||
timeout: 10800
|
||||
- make -C source target/install -j$CPUS :
|
||||
timeout: 7200
|
||||
|
||||
test:
|
||||
override:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue