mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-03-13 13:02:57 -04:00
extend cache timeout
300 is insufficient for nightly, perhaps due to the extra weight of the optimized build for the benchmark.
This commit is contained in:
parent
d7e0fcc3ba
commit
8adf6f4bc7
@ -22,7 +22,7 @@ cache:
|
||||
cargo: true
|
||||
directories:
|
||||
- ffmpeg-3.4.4
|
||||
timeout: 300
|
||||
timeout: 600
|
||||
install:
|
||||
- test -f ffmpeg-3.4.4/configure || (wget https://ffmpeg.org/releases/ffmpeg-3.4.4.tar.xz && tar xf ffmpeg-3.4.4.tar.xz)
|
||||
- pushd ffmpeg-3.4.4 && ./configure --enable-shared && make --jobs=2 && sudo make install --jobs=2&& sudo ldconfig && rm -f ffbuild/config.log && popd
|
||||
|
Loading…
x
Reference in New Issue
Block a user