mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Use build script directly...
This commit is contained in:
parent
5e325ebcb4
commit
36b7ea53c8
1 changed files with 1 additions and 10 deletions
11
circle.yml
11
circle.yml
|
@ -8,19 +8,10 @@ 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:
|
||||
- make -C source package/{compile,install,index} -j$CPUS :
|
||||
timeout: 7200
|
||||
- make -C source target/install -j$CPUS :
|
||||
- sh build.sh -j$CPUS :
|
||||
timeout: 7200
|
||||
|
||||
test:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue