This commit is contained in:
parent
02823b6c3c
commit
0d51ef9628
2 changed files with 4 additions and 2 deletions
|
@ -12,6 +12,7 @@ steps:
|
||||||
- rustup toolchain install stable-x86_64-pc-windows-gnu
|
- rustup toolchain install stable-x86_64-pc-windows-gnu
|
||||||
- rustup target add x86_64-pc-windows-gnu
|
- rustup target add x86_64-pc-windows-gnu
|
||||||
- rustup component add clippy
|
- rustup component add clippy
|
||||||
|
- cargo test
|
||||||
- cargo clippy --target x86_64-pc-windows-gnu
|
- cargo clippy --target x86_64-pc-windows-gnu
|
||||||
- cargo build --release --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
|
- strip target/x86_64-pc-windows-gnu/release/cggitem_sets.exe
|
||||||
|
@ -37,6 +38,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache musl-dev
|
- apk add --no-cache musl-dev
|
||||||
- rustup component add clippy
|
- rustup component add clippy
|
||||||
|
- cargo test
|
||||||
- cargo clippy
|
- cargo clippy
|
||||||
- cargo build --release
|
- cargo build --release
|
||||||
- strip target/release/cggitem_sets
|
- strip target/release/cggitem_sets
|
||||||
|
|
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -218,9 +218,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libc"
|
name = "libc"
|
||||||
version = "0.2.88"
|
version = "0.2.89"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "03b07a082330a35e43f63177cc01689da34fbffa0105e1246cf0311472cac73a"
|
checksum = "538c092e5586f4cdd7dd8078c4a79220e3e168880218124dcbce860f0ea938c6"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "log"
|
name = "log"
|
||||||
|
|
Loading…
Add table
Reference in a new issue