mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-14 12:21:53 +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_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
|
||||
|
|
Loading…
Reference in a new issue