mirror of
https://github.com/typeable/bloodhound.git
synced 2025-01-07 07:07:04 +03:00
re-enabling benchmarks because I am too lazy to fix the rest of the build
This commit is contained in:
parent
3b14024e6f
commit
a283eb7e0c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user