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-30 15:26:33 +01:00
parent 0028951fcc
commit d19252b729

View file

@ -30,19 +30,15 @@ compile:
OMR_KEEPBIN: yes
- make -C source target/install -j4 :
timeout: 7200
environment:
OMR_TARGET: x86_64
OMR_KEEPBIN: yes
- sh build.sh package/{compile,install,preconfig,index} -j4 :
timeout: 7200
environment:
OMR_TARGET: rpi3
OMR_KEEPBIN: yes
- make -C source package/compile -j4 :
timeout: 7200
- make -C source target/install -j4 :
timeout: 7200
environment:
OMR_TARGET: rpi3
OMR_KEEPBIN: yes
test:
override: