...
This commit is contained in:
parent
8d65be6f6c
commit
749b713ea0
1 changed files with 7 additions and 4 deletions
11
.travis.yml
11
.travis.yml
|
@ -5,16 +5,19 @@ dist: precise
|
||||||
rust:
|
rust:
|
||||||
- stable
|
- stable
|
||||||
- nightly
|
- nightly
|
||||||
os: linux
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
include:
|
||||||
|
- os: linux
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources: ['ubuntu-toolchain-r-test', 'sourceline': 'deb http://ppa.launchpad.net/keithw/glfw3/ubuntu trusty main']
|
||||||
|
packages: ['cmake', 'libgles2-mesa-dev', 'libglew-dev', 'libglfw3-dev', 'libglm-dev', 'libgtk-3-dev']
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
|
|
||||||
before_script:
|
|
||||||
- sudo apt-get update -y && sudo apt-get install -y cmake libgles2-mesa-dev libglew-dev libglfw3-dev libglm-dev libgtk-3-dev
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- if [ -z "$TRAVIS_TAG" ]; then cargo test --all; fi
|
- if [ -z "$TRAVIS_TAG" ]; then cargo test --all; fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue