mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-15 04:42:02 +00:00
New test and fix cache dir
This commit is contained in:
parent
d19252b729
commit
bec033f477
1 changed files with 3 additions and 1 deletions
|
@ -17,7 +17,7 @@ dependencies:
|
||||||
OMR_TARGET: rpi3
|
OMR_TARGET: rpi3
|
||||||
OMR_KEEPBIN: yes
|
OMR_KEEPBIN: yes
|
||||||
timeout: 7200
|
timeout: 7200
|
||||||
cache_directoried:
|
cache_directories:
|
||||||
- "source"
|
- "source"
|
||||||
- "feeds"
|
- "feeds"
|
||||||
|
|
||||||
|
@ -35,6 +35,8 @@ compile:
|
||||||
environment:
|
environment:
|
||||||
OMR_TARGET: rpi3
|
OMR_TARGET: rpi3
|
||||||
OMR_KEEPBIN: yes
|
OMR_KEEPBIN: yes
|
||||||
|
- make -C source target/compile -j4 :
|
||||||
|
timeout: 7200
|
||||||
- make -C source package/compile -j4 :
|
- make -C source package/compile -j4 :
|
||||||
timeout: 7200
|
timeout: 7200
|
||||||
- make -C source target/install -j4 :
|
- make -C source target/install -j4 :
|
||||||
|
|
Loading…
Reference in a new issue