mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 09:16:00 +00:00
Update travis to test all components
This commit is contained in:
12
.travis.yml
12
.travis.yml
@@ -7,9 +7,15 @@ before_install:
|
|||||||
- sudo chown $USER /usr/local/bin/protoc
|
- sudo chown $USER /usr/local/bin/protoc
|
||||||
- sudo chown -R $USER /usr/local/include/google
|
- sudo chown -R $USER /usr/local/include/google
|
||||||
script:
|
script:
|
||||||
- cargo build --verbose --all
|
- cargo build --verbose --all --manifest-path lighthouse-beacon/Cargo.toml
|
||||||
- cargo test --verbose --all
|
- cargo build --verbose --all --manifest-path lighthouse-validator/Cargo.toml
|
||||||
- cargo fmt --all -- --check
|
- cargo build --verbose --all --manifest-path lighthouse-libs/Cargo.toml
|
||||||
|
- cargo test --verbose --all --manifest-path lighthouse-beacon/Cargo.toml
|
||||||
|
- cargo test --verbose --all --manifest-path lighthouse-validator/Cargo.toml
|
||||||
|
- cargo test --verbose --all --manifest-path lighthouse-libs/Cargo.toml
|
||||||
|
- cargo fmt --all -- --check --manifest-path lighthouse-beacon/Cargo.toml
|
||||||
|
- cargo fmt --all -- --check --manifest-path lighthouse-validator/Cargo.toml
|
||||||
|
- cargo fmt --all -- --check --manifest-path lighthouse-libs/Cargo.toml
|
||||||
rust:
|
rust:
|
||||||
- stable
|
- stable
|
||||||
- beta
|
- beta
|
||||||
|
|||||||
Reference in New Issue
Block a user