rieter/.woodpecker/build.yml

14 lines
245 B
YAML
Raw Normal View History

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