1
1
mirror of https://github.com/github/semantic.git synced 2024-12-28 09:21:35 +03:00

Merge pull request #309 from github/build-benchmarks-in-ci

Build, but don't run, the benchmarks in CI.
This commit is contained in:
Patrick Thomson 2019-10-05 09:06:43 -04:00 committed by GitHub
commit 9ee99ef4b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ before_install:
install:
- cabal new-update -v
- cabal new-configure --enable-tests --disable-optimization --write-ghc-environment-files=always --jobs=2
- cabal new-configure --enable-tests --enable-benchmarks --disable-optimization --write-ghc-environment-files=always --jobs=2
- cabal new-build --only-dependencies
script: