topola/.woodpecker/build_cli.yaml

19 lines
401 B
YAML

matrix:
include:
- CHANNEL: stable
FEATURES: cli
- CHANNEL: nightly
FEATURES: cli
steps:
build_cli:
image: codeberg.org/crapstone/topola-test:${CHANNEL}
pull: true
environment:
RUST_BACKTRACE: 1
CARGO_TERM_COLOR: always
commands:
- cargo build --features "$FEATURES" --target-dir ~/target/ --
when:
event: [pull_request, push, tag]