mirror of
https://github.com/italicsjenga/gba.git
synced 2024-12-24 03:11:29 +11:00
no more auto-clippy
This commit is contained in:
parent
298e195d28
commit
1094794ef8
13
.travis.yml
13
.travis.yml
|
@ -11,7 +11,6 @@ rust:
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- rustup component add rust-src
|
- rustup component add rust-src
|
||||||
- rustup component add clippy --toolchain=nightly
|
|
||||||
- (test -x $HOME/.cargo/bin/cargo-install-update || cargo install cargo-update)
|
- (test -x $HOME/.cargo/bin/cargo-install-update || cargo install cargo-update)
|
||||||
- (test -x $HOME/.cargo/bin/cargo-xbuild || cargo install cargo-xbuild)
|
- (test -x $HOME/.cargo/bin/cargo-xbuild || cargo install cargo-xbuild)
|
||||||
- (test -x $HOME/.cargo/bin/cargo-make || cargo install cargo-make)
|
- (test -x $HOME/.cargo/bin/cargo-make || cargo install cargo-make)
|
||||||
|
@ -31,15 +30,13 @@ script:
|
||||||
- export PATH="$PATH:/opt/devkitpro/tools/bin"
|
- export PATH="$PATH:/opt/devkitpro/tools/bin"
|
||||||
- cd ..
|
- cd ..
|
||||||
# Run all verificaions, both debug and release
|
# Run all verificaions, both debug and release
|
||||||
#- cargo clippy
|
- cargo test --lib
|
||||||
#- cargo clippy --release
|
- cargo test --lib --release
|
||||||
- cargo test --no-fail-fast --lib
|
- cargo test --tests
|
||||||
- cargo test --no-fail-fast --lib --release
|
- cargo test --tests --release
|
||||||
- cargo test --no-fail-fast --tests
|
|
||||||
- cargo test --no-fail-fast --tests --release
|
|
||||||
# Let cargo make take over the rest
|
# Let cargo make take over the rest
|
||||||
- cargo make justrelease
|
- cargo make justrelease
|
||||||
# Test build the book so that a failed book build kills this run
|
# Test a build of the book so that a failed book build kills this run
|
||||||
- cd book && mdbook build
|
- cd book && mdbook build
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
|
Loading…
Reference in a new issue