mirror of
https://github.com/uutils/coreutils
synced 2024-11-15 17:28:03 +00:00
10 lines
127 B
YAML
10 lines
127 B
YAML
language: rust
|
|
rust:
|
|
- 1.0.0
|
|
- nightly
|
|
sudo: false
|
|
script:
|
|
- make
|
|
- make test
|
|
- make build-check
|
|
- make test-check
|