1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-12 11:21:55 +00:00

Put timeout

This commit is contained in:
Ycarus 2018-01-25 20:06:44 +01:00
parent 3dd5a79493
commit a4f58d3819

View file

@ -8,14 +8,11 @@ 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
- sh build.sh package/{compile,install,index} -j $CPUS
cache_directories:
- "feeds"
compile:
override:
- make -C source target/install -j1 V=s
- sh build.sh -j$CPUS :
timeout: 10800
test:
override: