File tree Expand file tree Collapse file tree 1 file changed +4
-15
lines changed
Expand file tree Collapse file tree 1 file changed +4
-15
lines changed Original file line number Diff line number Diff line change 11language : c
2- env :
3- global :
4- - GAPROOT=gaproot
5- - COVDIR=coverage
62
73addons :
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
169matrix :
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
2414branches :
2515 only :
2616 - master
2717
2818before_script :
29- - export GAPROOT="$HOME/gap"
3019 - git clone https://github.com/gap-system/pkg-ci-scripts.git scripts
3120 - scripts/build_gap.sh
3221script :
3322 - scripts/build_pkg.sh && scripts/run_tests.sh
3423after_script :
35- - bash scripts/gather-coverage.sh
24+ - scripts/gather-coverage.sh
3625 - bash <(curl -s https://codecov.io/bash)
You can’t perform that action at this time.
0 commit comments