forked from libsemigroups/libsemigroups
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
39 lines (39 loc) · 840 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
37
38
39
language: cpp
dist: trusty
sudo: required
compiler:
- gcc
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-5
- g++-5
before_script:
- sudo add-apt-repository ppa:dns/gnu -y
- sudo apt-get update -q
- sudo apt-get install --only-upgrade autoconf
- sudo ln -sf /usr/bin/gcc-5 /usr/bin/gcc
env:
global:
- GAP_FORK=gap-system
- GAP_BRANCH=master
- IO=io-4.4.6
- GAPDOC=GAPDoc-1.5.1
- ORB=orb-4.7.6
- PROFILING=1.3.0
- GENSS=genss-1.6.4
- SEMIGROUPS_BR=master
- DIGRAPHS_BR=master
matrix:
- TEST_SUITE=standard
- TEST_SUITE=lint
- TEST_SUITE=doc
- TEST_SUITE=coverage
- TEST_SUITE=valgrind
- TEST_SUITE=gap
install:
- if [ "$CXX" = "g++" ]; then export CXX="g++-5" CC="gcc-5"; GCOV="gcov-5"; fi
script:
- ci/travis-$TEST_SUITE.sh