mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
New test...
This commit is contained in:
parent
222191099f
commit
426a212ecc
1 changed files with 12 additions and 12 deletions
24
circle.yml
24
circle.yml
|
@ -17,28 +17,28 @@ dependencies:
|
||||||
OMR_TARGET: rpi3
|
OMR_TARGET: rpi3
|
||||||
OMR_KEEPBIN: yes
|
OMR_KEEPBIN: yes
|
||||||
timeout: 7200
|
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:
|
cache_directoried:
|
||||||
- "source"
|
- "source"
|
||||||
- "feeds"
|
- "feeds"
|
||||||
|
|
||||||
compile:
|
compile:
|
||||||
override:
|
override:
|
||||||
- sh build.sh target/install -j4 :
|
- sh build.sh package/{compile,install,preconfig,index} -j4 :
|
||||||
timeout: 7200
|
timeout: 7200
|
||||||
environment:
|
environment:
|
||||||
OMR_TARGET: x86_64
|
OMR_TARGET: x86_64
|
||||||
OMR_KEEPBIN: yes
|
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
|
timeout: 7200
|
||||||
environment:
|
environment:
|
||||||
OMR_TARGET: rpi3
|
OMR_TARGET: rpi3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue