1
0
Fork 0
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:
Ycarus 2018-01-30 19:52:58 +01:00
parent d19252b729
commit bec033f477

View file

@ -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 :