mirror of
https://github.com/sagiegurari/cargo-make
synced 2026-06-08 17:20:03 +00:00
21 lines
310 B
YAML
Executable File
21 lines
310 B
YAML
Executable File
language: rust
|
|
sudo: true
|
|
rust:
|
|
- stable
|
|
- beta
|
|
- nightly
|
|
- 1.21.0
|
|
- 1.20.0
|
|
os:
|
|
- linux
|
|
- osx
|
|
env:
|
|
global:
|
|
- RUST_BACKTRACE=1
|
|
- RUSTFLAGS="-C link-dead-code"
|
|
- CARGO_MAKE_RUN_CODECOV=true
|
|
- RUST_TEST_THREADS=1
|
|
script:
|
|
- cargo install --debug cargo-make
|
|
- cargo make ci-flow
|