forked from dimitriv/Ziria
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
129 lines (118 loc) · 6.68 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# This file has been generated -- see https://github.com/hvr/multi-ghc-travis
language: cpp
sudo: required
dist: trusty
cache:
directories:
- $HOME/.cabsnap
- $HOME/.cabal/packages
before_cache:
- rm -fv $HOME/.cabal/packages/hackage.haskell.org/build-reports.log
- rm -fv $HOME/.cabal/packages/hackage.haskell.org/00-index.tar
matrix:
include:
- env: CABALVER=1.18 GHCVER=7.8.3 ALEXVER=3.1.3 HAPPYVER=1.19.4 COMPILER=gcc TRAVIS_TEST=normal
compiler: gcc
addons: {apt: {packages: [cabal-install-1.18,ghc-7.8.3,alex-3.1.3,happy-1.19.4], sources: [hvr-ghc]}}
- env: CABALVER=1.18 GHCVER=7.8.3 ALEXVER=3.1.3 HAPPYVER=1.19.4 COMPILER=gcc TRAVIS_TEST=perf
compiler: gcc
addons: {apt: {packages: [cabal-install-1.18,ghc-7.8.3,alex-3.1.3,happy-1.19.4], sources: [hvr-ghc]}}
- env: CABALVER=1.18 GHCVER=7.8.3 ALEXVER=3.1.3 HAPPYVER=1.19.4 COMPILER=gcc TRAVIS_TEST=pedantic
compiler: gcc
addons: {apt: {packages: [cabal-install-1.18,ghc-7.8.3,alex-3.1.3,happy-1.19.4], sources: [hvr-ghc]}}
- env: CABALVER=1.22 GHCVER=7.10.3 ALEXVER=3.1.7 HAPPYVER=1.19.5 COMPILER=gcc TRAVIS_TEST=normal
compiler: gcc
addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=1.22 GHCVER=7.10.3 ALEXVER=3.1.7 HAPPYVER=1.19.5 COMPILER=gcc TRAVIS_TEST=perf
compiler: gcc
addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=1.22 GHCVER=7.10.3 ALEXVER=3.1.7 HAPPYVER=1.19.5 COMPILER=gcc TRAVIS_TEST=pedantic
compiler: gcc
addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=1.22 GHCVER=7.10.3 ALEXVER=3.1.7 HAPPYVER=1.19.5 COMPILER=clang TRAVIS_TEST=normal
compiler: clang
addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=1.22 GHCVER=7.10.3 ALEXVER=3.1.7 HAPPYVER=1.19.5 COMPILER=clang TRAVIS_TEST=perf
compiler: clang
addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=1.22 GHCVER=7.10.3 ALEXVER=3.1.7 HAPPYVER=1.19.5 COMPILER=clang TRAVIS_TEST=pedantic
compiler: clang
addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=1.24 GHCVER=8.0.1 ALEXVER=3.1.7 HAPPYVER=1.19.5 COMPILER=gcc TRAVIS_TEST=normal
compiler: gcc
addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.1,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=1.24 GHCVER=8.0.1 ALEXVER=3.1.7 HAPPYVER=1.19.5 COMPILER=gcc TRAVIS_TEST=perf
compiler: gcc
addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.1,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=1.24 GHCVER=8.0.1 ALEXVER=3.1.7 HAPPYVER=1.19.5 COMPILER=gcc TRAVIS_TEST=pedantic
compiler: gcc
addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.1,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=head GHCVER=head ALEXVER=3.1.7 HAPPYVER=1.19.5 COMPILER=gcc TRAVIS_TEST=normal
compiler: gcc
addons: {apt: {packages: [cabal-install-head,ghc-head,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=head GHCVER=head ALEXVER=3.1.7 HAPPYVER=1.19.5 COMPILER=gcc TRAVIS_TEST=perf
compiler: gcc
addons: {apt: {packages: [cabal-install-head,ghc-head,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=head GHCVER=head ALEXVER=3.1.7 HAPPYVER=1.19.5 COMPILER=gcc TRAVIS_TEST=pedantic
compiler: gcc
addons: {apt: {packages: [cabal-install-head,ghc-head,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
allow_failures:
- env: CABALVER=1.22 GHCVER=7.10.3 ALEXVER=3.1.7 HAPPYVER=1.19.5 COMPILER=clang TRAVIS_TEST=pedantic
- env: CABALVER=head GHCVER=head ALEXVER=3.1.7 HAPPYVER=1.19.5 COMPILER=gcc TRAVIS_TEST=normal
- env: CABALVER=head GHCVER=head ALEXVER=3.1.7 HAPPYVER=1.19.5 COMPILER=gcc TRAVIS_TEST=perf
- env: CABALVER=head GHCVER=head ALEXVER=3.1.7 HAPPYVER=1.19.5 COMPILER=gcc TRAVIS_TEST=pedantic
before_install:
- unset CC
- export PATH=/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:$PATH
- export PATH=/opt/happy/$HAPPYVER/bin:/opt/alex/$ALEXVER/bin:$PATH
install:
- cabal --version
- echo "$(ghc --version) [$(ghc --print-project-git-commit-id 2> /dev/null || echo '?')]"
- if [ -f $HOME/.cabal/packages/hackage.haskell.org/00-index.tar.gz ];
then
zcat $HOME/.cabal/packages/hackage.haskell.org/00-index.tar.gz >
$HOME/.cabal/packages/hackage.haskell.org/00-index.tar;
fi
- travis_retry cabal update -v
- sed -i 's/^jobs:/-- jobs:/' ${HOME}/.cabal/config
- cabal install --only-dependencies --enable-tests --enable-benchmarks --dry -v > installplan.txt
- sed -i -e '1,/^Resolving /d' installplan.txt; cat installplan.txt
# check whether current requested install-plan matches cached package-db snapshot
- if diff -u installplan.txt $HOME/.cabsnap/$GHCVER/installplan.txt;
then
echo "cabal build-cache HIT";
rm -rfv .ghc;
cp -a $HOME/.cabsnap/$GHCVER/ghc $HOME/.ghc;
cp -a $HOME/.cabsnap/$GHCVER/lib $HOME/.cabsnap/$GHCVER/share $HOME/.cabsnap/$GHCVER/bin $HOME/.cabal/;
else
echo "cabal build-cache MISS";
rm -rf $HOME/.cabsnap/$GHCVER;
mkdir -p $HOME/.ghc $HOME/.cabal/lib $HOME/.cabal/share $HOME/.cabal/bin;
cabal install --only-dependencies --enable-tests --enable-benchmarks;
fi
# snapshot package-db on cache miss
- if [ ! -d $HOME/.cabsnap/$GHCVER ];
then
echo "snapshotting package-db to build-cache";
mkdir $HOME/.cabsnap;
mkdir $HOME/.cabsnap/$GHCVER;
cp -a $HOME/.ghc $HOME/.cabsnap/$GHCVER/ghc;
cp -a $HOME/.cabal/lib $HOME/.cabal/share $HOME/.cabal/bin installplan.txt $HOME/.cabsnap/$GHCVER/;
fi
# Here starts the actual work to be performed for the package under test;
# any command which exits with a non-zero exit code causes the build to fail.
script:
- if [ -f configure.ac ]; then autoreconf -i; fi
- cabal configure --enable-tests --enable-benchmarks -v2 # -v2 provides useful information for debugging
- # cabal build # this builds all libraries and executables (including tests/benchmarks)
- make quick
- # cabal test
- # cabal check
- # cabal sdist # tests that a source-distribution can be generated
- bash travis.bash
# Check that the resulting source distribution can be built & installed.
# If there are no other `.tar.gz` files in `dist`, this can be even simpler:
# `cabal install --force-reinstalls dist/*-*.tar.gz`
# - SRC_TGZ=$(cabal info . | awk '{print $2;exit}').tar.gz &&
# (cd dist && cabal install --force-reinstalls "$SRC_TGZ")
# EOF