Skip to content

Commit 7d6bef0

Browse files
committed
travis: We need to run autoreconf a bit earlier
1 parent 5af3a23 commit 7d6bef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ install:
4949
fi
5050
- travis_retry cabal update -v
5151
- sed -i 's/^jobs:/-- jobs:/' ${HOME}/.cabal/config
52+
- if [ -f configure.ac ]; then autoreconf -i; fi
5253
- cabal new-build ${TEST} ${BENCH} --dep
5354

5455
# Here starts the actual work to be performed for the package under test;
5556
# any command which exits with a non-zero exit code causes the build to fail.
5657
script:
57-
- if [ -f configure.ac ]; then autoreconf -i; fi
5858
# this builds all libraries and executables (including tests/benchmarks)
5959
- cabal new-build ${TEST} ${BENCH} -v2 # -v2 provides useful information for debugging
6060

0 commit comments

Comments
 (0)