chore: fix ci config
ci/woodpecker/push/build unknown status Details
ci/woodpecker/push/clippy unknown status Details
ci/woodpecker/push/lint unknown status Details
ci/woodpecker/push/release Pipeline was successful Details
ci/woodpecker/tag/lint Pipeline was successful Details
ci/woodpecker/tag/clippy Pipeline was successful Details
ci/woodpecker/tag/build Pipeline was successful Details
ci/woodpecker/tag/release Pipeline failed Details

signal-handling 0.1.0
Jef Roosens 2023-06-05 10:47:23 +02:00
parent 3c846f7b2c
commit 6092b15f25
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
4 changed files with 7 additions and 1 deletions

View File

@ -17,3 +17,5 @@ pipeline:
- cargo test --verbose
# Binaries, even debug ones, should be statically compiled
- '[ "$(readelf -d target/debug/alex | grep NEEDED | wc -l)" = 0 ]'
when:
event: [push]

View File

@ -9,3 +9,5 @@ pipeline:
commands:
- rustup component add clippy
- cargo clippy -- --no-deps -Dwarnings
when:
event: [push]

View File

@ -9,3 +9,5 @@ pipeline:
commands:
- rustup component add rustfmt
- cargo fmt -- --check
when:
event: [push]

View File

@ -3,7 +3,7 @@ matrix:
- 'linux/amd64'
# - 'linux/arm64'
platform: $PLATFORM
platform: ${PLATFORM}
branches: [ main ]
pipeline: