chore(ci): when build
Some checks failed
ci/woodpecker/push/linux Pipeline failed
ci/woodpecker/push/mingw Pipeline failed

This commit is contained in:
nyyu 2024-01-06 09:32:37 +01:00
parent 71b73a3435
commit 87e09622dc
2 changed files with 8 additions and 0 deletions

View file

@ -9,6 +9,10 @@ steps:
- cargo clippy - cargo clippy
- cargo build --release - cargo build --release
- strip target/release/cggitem_sets - strip target/release/cggitem_sets
when:
path:
include: [ '.woodpecker/*.yml', 'src/*', 'Cargo*' ]
event: [ push, pull_request, manual, tag ]
deploy: deploy:
image: alpine:latest image: alpine:latest
pull: true pull: true

View file

@ -12,6 +12,10 @@ steps:
- 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
when:
path:
include: [ '.woodpecker/*.yml', 'src/*', 'Cargo*' ]
event: [ push, pull_request, manual, tag ]
deploy: deploy:
image: alpine:latest image: alpine:latest
pull: true pull: true