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:
commit
9ee99ef4b4
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user