mirror of https://codeberg.org/topola/topola.git
CICD: added CLI build
This commit is contained in:
parent
4b6e3e0a5c
commit
2450a9dc59
|
|
@ -0,0 +1,14 @@
|
|||
matrix:
|
||||
include:
|
||||
- CHANNEL: stable
|
||||
FEATURES: cli,disable_contracts
|
||||
- CHANNEL: nightly
|
||||
FEATURES: cli
|
||||
|
||||
steps:
|
||||
build_cli:
|
||||
image: rust
|
||||
environment: [RUST_BACKTRACE=1,CARGO_TERM_COLOR=always]
|
||||
commands:
|
||||
- rustup default "$CHANNEL"
|
||||
- cargo build --features "$FEATURES" --bin "cli"
|
||||
Loading…
Reference in New Issue