chore(ci): when build
This commit is contained in:
parent
71b73a3435
commit
87e09622dc
2 changed files with 8 additions and 0 deletions
|
@ -9,6 +9,10 @@ steps:
|
|||
- cargo clippy
|
||||
- cargo build --release
|
||||
- strip target/release/cggitem_sets
|
||||
when:
|
||||
path:
|
||||
include: [ '.woodpecker/*.yml', 'src/*', 'Cargo*' ]
|
||||
event: [ push, pull_request, manual, tag ]
|
||||
deploy:
|
||||
image: alpine:latest
|
||||
pull: true
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue