ci: dont rust test in build
This commit is contained in:
parent
68708f1991
commit
e8bf813882
2 changed files with 0 additions and 2 deletions
|
@ -5,7 +5,6 @@ steps:
|
|||
commands:
|
||||
- apk add --no-cache musl-dev
|
||||
- rustup component add clippy
|
||||
- cargo test
|
||||
- cargo clippy
|
||||
- cargo build --release
|
||||
- strip target/release/cggitem_sets
|
||||
|
|
|
@ -8,7 +8,6 @@ steps:
|
|||
- echo -e '[target.x86_64-pc-windows-gnu]\nlinker = "x86_64-w64-mingw32-gcc"\nar = "x86_64-w64-mingw32-gcc-ar"' > ~/.cargo/config
|
||||
- rustup target add x86_64-pc-windows-gnu
|
||||
- rustup component add clippy
|
||||
- cargo test
|
||||
- cargo clippy --target x86_64-pc-windows-gnu
|
||||
- cargo build --release --target x86_64-pc-windows-gnu
|
||||
- strip target/x86_64-pc-windows-gnu/release/cggitem_sets.exe
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue