mirror of
https://github.com/uutils/coreutils
synced 2024-11-15 17:28:03 +00:00
8 lines
170 B
YAML
8 lines
170 B
YAML
before_install:
|
|
- yes | sudo add-apt-repository ppa:hansjorg/rust
|
|
- sudo apt-get update
|
|
install:
|
|
- sudo apt-get install rust-nightly
|
|
script:
|
|
- make
|
|
- make test
|