mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-12-05 23:32:53 -05:00
build and lint the UI in travis-ci
This is a separate item in the matrix, so it doesn't go through this for each of the three Rust versions.
This commit is contained in:
6
ci/script-rust.sh
Executable file
6
ci/script-rust.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash -e
|
||||
cargo build --all
|
||||
cargo test --all
|
||||
if [ "$TRAVIS_RUST_VERSION" = nightly ]; then
|
||||
cargo bench --all
|
||||
fi
|
||||
Reference in New Issue
Block a user