525b74c6f4
- Update GHC-8.6.2 to GHC-8.6.3 - Build cookbook only with GHC-8.4.4 and GHC-8.6.3, thus making 8.0 and 8.2 jobs a little faster
16 lines
421 B
Text
16 lines
421 B
Text
folds: all-but-test
|
|
branches: master
|
|
jobs-selection: any
|
|
|
|
-- We have inplace packages (servant-js) so we skip installing dependencies in a separate step
|
|
install-dependencies: False
|
|
|
|
-- this speed-ups the build a little, but we have to check these for release
|
|
no-tests-no-benchmarks: False
|
|
unconstrained: False
|
|
|
|
-- Don't run cabal check, as cookbook examples won't pass it
|
|
cabal-check: False
|
|
|
|
-- ghc-options: -j2
|
|
jobs: :2
|