1
0
Fork 0
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:
Ycarus 2018-01-25 20:14:29 +01:00
parent a4f58d3819
commit 3f8a7708a9

View file

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