forked from tcpexmachina/remy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
35 lines (31 loc) · 819 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
language: cpp
sudo: required
services: docker
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.9
- protobuf-compiler
- libprotobuf-dev
- libgl-dev
- libglew-dev
- libcairo2-dev
- libpango1.0-dev
- libgtkmm-3.0-dev
- libboost-dev
- libglu1-mesa-dev
- python3-matplotlib
- python3-numpy
before_script:
- sudo -E add-apt-repository -y 'deb http://ftp.us.debian.org/debian unstable main contrib non-free'
- sudo apt-get update -qq
- sudo apt-get install -y --force-yes libglfw3-dev
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.9 99
script:
- ./autogen.sh
- ./configure
- make -j4 distcheck || (cat remy-0.1/_build/tests/test-suite.log && exit 1)
notifications:
slack: keithw:pcPsG04nsEuSMDabFhPDOyYq