forked from excamera/alfalfa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
36 lines (32 loc) · 779 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
language: cpp
sudo: required
services: docker
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-6
- yasm
- libxinerama-dev
- libxcursor-dev
- libglu1-mesa-dev
- libboost-all-dev
- libx264-dev
- libxrandr-dev
- libxi-dev
- libglew-dev
- vpx-tools
- binutils
- libjpeg-turbo8-dev
before_script:
- sudo add-apt-repository -y ppa:keithw/glfw3
- sudo apt-get update -qq
- sudo apt-get install -y --allow-unauthenticated libglfw3-dev
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-6 99
script:
- ./autogen.sh
- ./configure
- make -j3 distcheck V=1 || (cat alfalfa-0.1/_build/src/tests/test-suite.log && exit 1)
notifications:
slack: keithw:2nINWkhRQ60BzeTDNYXgpLkU