mirror of https://codeberg.org/topola/topola.git
ci: first attempt at build and testing pipeline
This commit is contained in:
parent
06150f5167
commit
fd969bcf24
|
|
@ -0,0 +1,11 @@
|
|||
matrix:
|
||||
RUST: [stable, beta, nightly]
|
||||
|
||||
steps:
|
||||
test:
|
||||
image: rust
|
||||
environment: [CARGO_TERM_COLOR=always]
|
||||
commands:
|
||||
- rustup default $RUST
|
||||
- cargo check
|
||||
- cargo test
|
||||
Loading…
Reference in New Issue