mirror of
https://github.com/italicsjenga/gba.git
synced 2025-01-11 11:31:31 +11:00
apparently clippy refuses to work in CI right now
This commit is contained in:
parent
2f26869b4f
commit
91a958fc77
|
@ -9,7 +9,7 @@ rust:
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- rustup component add rust-src
|
- rustup component add rust-src
|
||||||
- rustup component add clippy --toolchain=nightly
|
#- 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)
|
||||||
|
@ -29,8 +29,8 @@ 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 clippy
|
||||||
- cargo clippy --release
|
#- cargo clippy --release
|
||||||
- cargo test --no-fail-fast --lib
|
- cargo test --no-fail-fast --lib
|
||||||
- cargo test --no-fail-fast --lib --release
|
- cargo test --no-fail-fast --lib --release
|
||||||
- cargo test --no-fail-fast --tests
|
- cargo test --no-fail-fast --tests
|
||||||
|
|
Loading…
Reference in a new issue