forked from michael/leanshot
i dont even care anymore
This commit is contained in:
parent
4290f274d3
commit
6771cdf10e
1 changed files with 0 additions and 18 deletions
18
.travis.yml
18
.travis.yml
|
@ -2,24 +2,6 @@ language: rust
|
||||||
sudo: required
|
sudo: required
|
||||||
dist: trusty
|
dist: trusty
|
||||||
|
|
||||||
matrix:
|
|
||||||
fast_finish: true
|
|
||||||
include:
|
|
||||||
- os: linux
|
|
||||||
rust:
|
|
||||||
- stable
|
|
||||||
- nightly
|
|
||||||
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:
|
|
||||||
- docker
|
|
||||||
|
|
||||||
script:
|
|
||||||
- if [ -z "$TRAVIS_TAG" ]; then cargo test --all; fi
|
|
||||||
|
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- ./ci/build-release.sh dip ${TRAVIS_TAG}-${TRAVIS_OS_NAME}
|
- ./ci/build-release.sh dip ${TRAVIS_TAG}-${TRAVIS_OS_NAME}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue