forked from semigroups/Semigroups
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
37 lines (37 loc) · 1.12 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
language: cpp
compiler:
- gcc
- clang
env:
global:
- SEMIGROUPSPLUSPLUS_BR=0.1
- DIGRAPHS_BR=0.5.1
- IO=io-4.4.5
- GAPDOC=GAPDoc-1.5.1
- ORB=orb-4.7.5
- GENSS=genss-1.6.3
- GRAPE=grape4r7
matrix:
- GAP_BRANCH=master
- GAP_BRANCH=stable-4.8
- GAP_BRANCH=master GAP_FLAGS="ABI=32 --host=i686-linux-gnumake" PKG_FLAGS="CFLAGS=-m32 CXXFLAGS=-m32 LDFLAGS=-m32 --host=i686-linux-gnu"
- GAP_BRANCH=stable-4.8 GAP_FLAGS="ABI=32 --host=i686-linux-gnumake" PKG_FLAGS="CFLAGS=-m32 CXXFLAGS=-m32 LDFLAGS=-m32 --host=i686-linux-gnu"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-precise-3.6
packages:
- g++-5-multilib
- clang-3.6
before_script:
- echo "deb http://us.archive.ubuntu.com/ubuntu/ vivid main" | sudo tee -a /etc/apt/sources.list
- sudo apt-get update -qq
- sudo apt-get install libgmp-dev
- sudo apt-get install libgmp-dev:i386
install:
- if [ "$CXX" = "g++" ]; then export CXX="g++-5" CC="gcc-5"; fi
- if [ "$CXX" = "clang++" ]; then export CXX="clang++-3.6" CC="clang-3.6"; fi
script:
- scripts/travis-build.sh
- scripts/travis-test.sh