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

New test...

This commit is contained in:
Ycarus 2018-01-30 13:27:28 +01:00
parent 222191099f
commit 426a212ecc

View file

@ -17,28 +17,28 @@ dependencies:
OMR_TARGET: rpi3
OMR_KEEPBIN: yes
timeout: 7200
- 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} -j4 :
timeout: 7200
environment:
OMR_TARGET: rpi3
OMR_KEEPBIN: yes
cache_directoried:
- "source"
- "feeds"
compile:
override:
- sh build.sh target/install -j4 :
- sh build.sh package/{compile,install,preconfig,index} -j4 :
timeout: 7200
environment:
OMR_TARGET: x86_64
OMR_KEEPBIN: yes
- sh build.sh target/install -j1 V=s :
- 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 target/install -j4 :
timeout: 7200
environment:
OMR_TARGET: rpi3