mirror of
https://github.com/bspeice/aeron-rs
synced 2024-12-21 21:38:09 -05:00
Add some before_script
necessary stuff
This commit is contained in:
parent
e6ae0ad1c5
commit
e43c035aed
@ -11,6 +11,11 @@ os:
|
|||||||
cache:
|
cache:
|
||||||
- cargo
|
- cargo
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- rustup update
|
||||||
|
- rustup component add clippy
|
||||||
|
- rustup component add rustfmt
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cd aeron_driver-sys
|
- cd aeron_driver-sys
|
||||||
- cargo test
|
- cargo test
|
||||||
@ -20,5 +25,5 @@ script:
|
|||||||
- cd ..
|
- cd ..
|
||||||
- cargo test
|
- cargo test
|
||||||
- cargo test --release
|
- cargo test --release
|
||||||
- cargo fmt --all -- --check
|
|
||||||
- cargo clippy --all
|
- cargo clippy --all
|
||||||
|
- cargo fmt --all -- --check
|
||||||
|
Loading…
Reference in New Issue
Block a user