topola/.woodpecker/build_cli.yaml

19 lines
402 B
YAML

matrix:
include:
- CHANNEL: stable
FEATURES: disable_contracts
- CHANNEL: nightly
FEATURES:
steps:
build_cli:
image: rust
environment:
RUST_BACKTRACE: 1
CARGO_TERM_COLOR: always
commands:
- rustup default "$CHANNEL"
- cargo build -p topola-cli --no-default-features --features "$FEATURES" --
when:
event: [pull_request, push, tag]