re-enabling benchmarks because I am too lazy to fix the rest of the build

This commit is contained in:
Chris Allen 2014-12-12 02:05:55 -06:00
parent 3b14024e6f
commit a283eb7e0c

View File

@ -31,17 +31,17 @@ before_install:
install:
- cabal-1.20 update
- cabal-1.20 install --only-dependencies --enable-tests --force-reinstalls
- cabal-1.20 install --only-dependencies --enable-tests --enable-benchmarks --force-reinstalls
# 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:
# -v2 provides useful information for debugging
- cabal-1.20 configure --enable-tests -v2
- cabal-1.20 configure --enable-tests --enable-benchmarks -v2
# this builds all libraries and executables
# (including tests)
# (including tests/benchmarks)
- cabal-1.20 build
- cabal-1.20 test