blob: afd21a748fc3a91dd8431481e1291709d8fa8a98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
language: rust
install:
- sudo apt-get install libXxf86vm-dev libosmesa6-dev
script:
- cargo build --verbose
- cargo test --no-run --verbose
- cargo test --verbose --features "headless" --no-default-features
os:
- linux
- osx
|