blob: 80604f9905084035cc56370891eb810640ff25a3 (
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 cocoa" --no-default-features
os:
- linux
- osx
|