rieter/.woodpecker/build.yml

15 lines
235 B
YAML
Raw Normal View History

2023-07-31 18:13:55 +02:00
platform: 'linux/amd64'
2023-08-13 20:24:34 +02:00
when:
branch:
exclude: [main]
event: push
steps:
2023-07-31 18:13:55 +02:00
build:
image: 'rust:1.70-alpine3.18'
commands:
- apk add --no-cache build-base libarchive libarchive-dev
- cargo build --verbose