mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-12 11:21:55 +00:00
Put timeout
This commit is contained in:
parent
3dd5a79493
commit
a4f58d3819
1 changed files with 2 additions and 5 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue