Skip to content

Commit

Permalink
Update Travis settings
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Nov 10, 2019
1 parent e6ac3a2 commit e943e17
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,36 +1,27 @@
language: c
env:
global:
- GAPROOT=gaproot
- COVDIR=coverage

addons:
apt_packages:
- libgmp-dev
- libreadline-dev
- libgmp-dev:i386
- libreadline-dev:i386
- gcc-multilib
- g++-multilib
- zlib1g-dev

matrix:
include:
- env: CFLAGS="-O2" CC=clang CXX=clang++
compiler: clang
- env: CFLAGS="-O2"
compiler: gcc
- env: ABI=32
- env: GAPBRANCH=master
- env: GAPBRANCH=stable-4.11
- env: GAPBRANCH=stable-4.10
- env: GAPBRANCH=stable-4.9

branches:
only:
- master

before_script:
- export GAPROOT="$HOME/gap"
- git clone https://github.com/gap-system/pkg-ci-scripts.git scripts
- scripts/build_gap.sh
script:
- scripts/build_pkg.sh && scripts/run_tests.sh
after_script:
- bash scripts/gather-coverage.sh
- scripts/gather-coverage.sh
- bash <(curl -s https://codecov.io/bash)

0 comments on commit e943e17

Please sign in to comment.