mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-05 04:17:51 +00:00
54067bf765
See the README section for more details. Basically, with this way, we can store a bunch of existing valid exa outputs, change a VM's environment to match our values, then check that exa still works by comparing outputs.
12 lines
241 B
YAML
12 lines
241 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
|