mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-11-13 07:11:44 -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:
@@ -49,7 +49,7 @@ all non-Rust dependencies:
|
||||
libssl-dev \
|
||||
pkgconf
|
||||
|
||||
Next, you need Rust 1.20+ and Cargo. The easiest way to install them is by
|
||||
Next, you need Rust 1.21+ and Cargo. The easiest way to install them is by
|
||||
following the instructions at [rustup.rs](https://www.rustup.rs/).
|
||||
|
||||
Finally, building the UI requires [yarn](https://yarnpkg.com/en/).
|
||||
|
||||
Reference in New Issue
Block a user