mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-11-20 01:50:24 -05:00
fourth attempt at travis config
* upgrade min required rust to 1.21; crossbeam-deque requires the ord_max_min feature, apparently stabilized in this version. * use "make --jobs=2" to build ffmpeg so it goes faster. https://docs.travis-ci.com/user/reference/overview/ says there are 2 cores available.
This commit is contained in:
@@ -40,7 +40,7 @@ fi
|
||||
NODE_MIN_VERSION="8"
|
||||
YARN_MIN_VERSION="1.0"
|
||||
CARGO_MIN_VERSION="0.2"
|
||||
RUSTC_MIN_VERSION="1.20"
|
||||
RUSTC_MIN_VERSION="1.21"
|
||||
FFMPEG_MIN_VERSION="55.1.101"
|
||||
FFMPEG_RELEASE_VERSION="3.4"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user