-
Notifications
You must be signed in to change notification settings - Fork 12
/
.travis.yml
52 lines (44 loc) · 1.03 KB
/
.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
language: cpp
matrix:
include:
- os: linux
sudo: required
services:
- docker
env: DOCKERFILE="ubuntu-xenial" JOBS=4
install:
- if [ -n "$DOCKERFILE" ]; then
./script/docker-build.sh "$DOCKERFILE";
fi
script:
- if [ -n "$DOCKERFILE" ]; then
./script/docker-make.sh "$DOCKERFILE";
fi
# notifications:
# slack:
# secure: UsjxGKXWmNW+6nt0ZDwU3MOEFXf69Paj8gYUpTB/DLrgC9d7LtzvYYmSDitc6XFMVB3RjodhIcD3+Kayz8+SFu/fsRBPqwT19B7e0ThmGY/DHr1xN8A3s/OmHAK+Pybvj3DEUDHhoiqUzKftlxHpUhRXJyxBo9r+CYb+XDnJfQs=
#cache:
#apt: true
#directories:
#- /usr/local
#before_install:
#- sudo docker pull ubuntu:xenial
#- docker ps -a
# addons:
# apt:
# packages:
# - libboost-all-dev
# - gfortran
# - automake
# - autoconf
# - autoconf-archive
# - autotools-dev
# - libblas-dev
# - liblapack-dev
# - libsdl2-dev
# - libompl-dev
# - coinor-libclp-dev
# - libglpk-dev
# - libav-tools
# - doxygen
# - groff