1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00
This commit is contained in:
Ycarus 2018-01-29 21:18:14 +01:00
parent 2deb423f07
commit f5a62cc737

View file

@ -17,12 +17,12 @@ dependencies:
OMR_TARGET: rpi3
OMR_KEEPBIN: yes
timeout: 7200
- sh build.sh package/{compile,install,index} -j2 :
- sh build.sh package/{compile,install,index} -j4 :
timeout: 7200
environment:
OMR_TARGET: x86_64
OMR_KEEPBIN: yes
- sh build.sh package/{compile,install,index} -j2 :
- sh build.sh package/{compile,install,index} -j4 :
timeout: 7200
environment:
OMR_TARGET: rpi3
@ -33,12 +33,12 @@ dependencies:
compile:
override:
- sh build.sh target/install -j2 :
- sh build.sh target/install -j4 :
timeout: 7200
environment:
OMR_TARGET: x86_64
OMR_KEEPBIN: yes
- sh build.sh target/install -j2 :
- sh build.sh target/install -j4 :
timeout: 7200
environment:
OMR_TARGET: rpi3