1
1
mirror of https://github.com/github/semantic.git synced 2024-12-30 18:36:27 +03:00

Merge branch 'master' into remove-otiose-instance

This commit is contained in:
Patrick Thomson 2019-06-13 15:07:14 -04:00 committed by GitHub
commit 51a7e9d3b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,12 +28,12 @@ before_install:
- cabal --version
install:
- cabal new-update -v hackage.haskell.org
- cabal new-configure --enable-tests --write-ghc-environment-files=always
- cabal new-build --only-dependencies -j
- cabal new-update -v
- cabal new-configure --enable-tests --disable-optimization --write-ghc-environment-files=always --jobs=2
- cabal new-build --only-dependencies
script:
- cabal new-build -j
- cabal new-build
- cabal new-run semantic:test
- cabal new-run semantic-core:spec
# parse-examples is disabled because it slaughters our CI