mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-05 12:27:53 +00:00
eaa799c647
This limits it to stable until the APIs stabilise (weird, huh?)
19 lines
451 B
YAML
19 lines
451 B
YAML
before_install:
|
|
- sudo add-apt-repository --yes ppa:kubuntu-ppa/backports
|
|
- sudo apt-get update -qq
|
|
- sudo apt-get install cmake
|
|
sudo: true
|
|
language: rust
|
|
rust:
|
|
- stable
|
|
script:
|
|
- cargo build --verbose
|
|
- cargo test --verbose
|
|
- cargo run
|
|
- cargo run -- --long
|
|
- cargo run -- --long --grid
|
|
- cargo run -- --tree
|
|
- cargo run -- --tree --long
|
|
- cargo run -- --recurse
|
|
- cargo run -- --recurse --long --extended
|