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 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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue