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

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