mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-14 12:21:53 +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_KEEPBIN: yes
|
||||
timeout: 7200
|
||||
cache_directoried:
|
||||
cache_directories:
|
||||
- "source"
|
||||
- "feeds"
|
||||
|
||||
|
@ -35,6 +35,8 @@ compile:
|
|||
environment:
|
||||
OMR_TARGET: rpi3
|
||||
OMR_KEEPBIN: yes
|
||||
- make -C source target/compile -j4 :
|
||||
timeout: 7200
|
||||
- make -C source package/compile -j4 :
|
||||
timeout: 7200
|
||||
- make -C source target/install -j4 :
|
||||
|
|
Loading…
Reference in a new issue