We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
autoreconf
1 parent 5af3a23 commit 7d6bef0Copy full SHA for 7d6bef0
.travis.yml
@@ -49,12 +49,12 @@ install:
49
fi
50
- travis_retry cabal update -v
51
- sed -i 's/^jobs:/-- jobs:/' ${HOME}/.cabal/config
52
+ - if [ -f configure.ac ]; then autoreconf -i; fi
53
- cabal new-build ${TEST} ${BENCH} --dep
54
55
# Here starts the actual work to be performed for the package under test;
56
# any command which exits with a non-zero exit code causes the build to fail.
57
script:
- - if [ -f configure.ac ]; then autoreconf -i; fi
58
# this builds all libraries and executables (including tests/benchmarks)
59
- cabal new-build ${TEST} ${BENCH} -v2 # -v2 provides useful information for debugging
60
0 commit comments