Tweak CI environment variables

- Always use STACK_YAML, because we sometimes do
- Pass --no-terminal for better output
This commit is contained in:
patrick brisbin 2018-09-11 06:35:19 -04:00
parent 8c85728ee9
commit ef3d42d9d7
No known key found for this signature in database
GPG Key ID: 4243EA839B9CC425

View File

@ -40,19 +40,20 @@ jobs:
build_8.2.2:
<<: *stack_build
environment:
# Set this one via ENV var so that weeder respects it too. See
# https://github.com/ndmitchell/weeder/issues/41.
STACK_ARGUMENTS: --no-terminal
STACK_YAML: stack-lts-11.18.yaml
build_8.4.3:
<<: *stack_build
environment:
STACK_ARGUMENTS: --stack-yaml stack-lts-12.2.yaml
STACK_ARGUMENTS: --no-terminal
STACK_YAML: stack-lts-12.2.yaml
build:
<<: *stack_build
build_nightly:
<<: *stack_build
environment:
STACK_ARGUMENTS: --resolver nightly --stack-yaml stack-nightly.yaml
STACK_ARGUMENTS: --resolver nightly --no-terminal
STACK_YAML: stack-nightly.yaml
workflows:
version: 2