File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ matrix:
52
52
- env : CABALVER=1.24 GHCVER=8.0.1 HAPPYVER=1.19.5 CABAL=cabal
53
53
compiler : " : #GHC 8.0.1"
54
54
addons : {apt: {packages: [cabal-install-1.24,ghc-8.0.1,happy-1.19.5], sources: [hvr-ghc]}}
55
- - env : CABALVER=2.0 GHCVER=8.2.2 HAPPYVER=1.19.5 CABAL=/opt/cabal/bin/cabal-2.0 CABALPROCESS=new-
55
+ - env : CABALVER=2.0 GHCVER=8.2.2 HAPPYVER=1.19.5 CABAL=/opt/cabal/bin/cabal-2.0
56
56
compiler : " : #GHC 8.2.2"
57
57
addons : {apt: {packages: [cabal-install-2.0,ghc-8.2.2,happy-1.19.5], sources: [hvr-ghc]}}
58
58
@@ -100,9 +100,9 @@ install:
100
100
# any command which exits with a non-zero exit code causes the build to fail.
101
101
script :
102
102
- if [ -f configure.ac ]; then autoreconf -i; fi
103
- - $CABAL ${CABALPROCESS} configure --enable-tests --enable-benchmarks -v2 # -v2 provides useful information for debugging
104
- - $CABAL ${CABALPROCESS} build # this builds all libraries and executables (including tests/benchmarks)
105
- - $CABAL ${CABALPROCESS} test
103
+ - $CABAL configure --enable-tests --enable-benchmarks -v2 # -v2 provides useful information for debugging
104
+ - $CABAL build # this builds all libraries and executables (including tests/benchmarks)
105
+ - $CABAL test
106
106
- $CABAL check
107
107
- $CABAL sdist # tests that a source-distribution can be generated
108
108
You can’t perform that action at this time.
0 commit comments