1
0
Fork 0
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:
Ycarus 2018-01-26 10:39:43 +01:00
parent 5e325ebcb4
commit 36b7ea53c8

View file

@ -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: