mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-03-05 12:54:40 +01:00
Tweak CI environment variables
- Always use STACK_YAML, because we sometimes do - Pass --no-terminal for better output
This commit is contained in:
parent
a8687be4f0
commit
f46d3bc956
@ -40,19 +40,20 @@ jobs:
|
|||||||
build_8.2.2:
|
build_8.2.2:
|
||||||
<<: *stack_build
|
<<: *stack_build
|
||||||
environment:
|
environment:
|
||||||
# Set this one via ENV var so that weeder respects it too. See
|
STACK_ARGUMENTS: --no-terminal
|
||||||
# https://github.com/ndmitchell/weeder/issues/41.
|
|
||||||
STACK_YAML: stack-lts-11.18.yaml
|
STACK_YAML: stack-lts-11.18.yaml
|
||||||
build_8.4.3:
|
build_8.4.3:
|
||||||
<<: *stack_build
|
<<: *stack_build
|
||||||
environment:
|
environment:
|
||||||
STACK_ARGUMENTS: --stack-yaml stack-lts-12.2.yaml
|
STACK_ARGUMENTS: --no-terminal
|
||||||
|
STACK_YAML: stack-lts-12.2.yaml
|
||||||
build:
|
build:
|
||||||
<<: *stack_build
|
<<: *stack_build
|
||||||
build_nightly:
|
build_nightly:
|
||||||
<<: *stack_build
|
<<: *stack_build
|
||||||
environment:
|
environment:
|
||||||
STACK_ARGUMENTS: --resolver nightly --stack-yaml stack-nightly.yaml
|
STACK_ARGUMENTS: --resolver nightly --no-terminal
|
||||||
|
STACK_YAML: stack-nightly.yaml
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user