Skip to content

Commit bf42a64

Browse files
authored
Merge pull request #37 from gap-packages/mh/travis
Update Travis setup
2 parents ccf6440 + 7c2e231 commit bf42a64

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

.travis.yml

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,25 @@
11
language: c
2-
env:
3-
global:
4-
- GAPROOT=gaproot
5-
- COVDIR=coverage
62

73
addons:
84
apt_packages:
95
- libgmp-dev
106
- libreadline-dev
11-
- libgmp-dev:i386
12-
- libreadline-dev:i386
13-
- gcc-multilib
14-
- g++-multilib
7+
- zlib1g-dev
158

169
matrix:
1710
include:
18-
- env: CFLAGS="-O2" CC=clang CXX=clang++
19-
compiler: clang
20-
- env: CFLAGS="-O2"
21-
compiler: gcc
22-
- env: ABI=32
11+
- env: GAPBRANCH=master
12+
- env: GAPBRANCH=stable-4.10
2313

2414
branches:
2515
only:
2616
- master
2717

2818
before_script:
29-
- export GAPROOT="$HOME/gap"
3019
- git clone https://github.com/gap-system/pkg-ci-scripts.git scripts
3120
- scripts/build_gap.sh
3221
script:
3322
- scripts/build_pkg.sh && scripts/run_tests.sh
3423
after_script:
35-
- bash scripts/gather-coverage.sh
24+
- scripts/gather-coverage.sh
3625
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)