Skip to content

Commit

Permalink
Treat alex the same way as happy to avoid CI issues (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
cocreature authored Mar 20, 2020
1 parent 45f9742 commit 209be0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .azure/windows-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ jobs:
- bash: stack setup --stack-yaml $STACK_YAML
displayName: 'stack setup'
- bash: |
# Installing happy standalone to avoid error "strip.exe: unable to rename ../happy.exe; reason: File exists"
# Installing happy and alex standalone to avoid error "strip.exe: unable to rename ../*.exe; reason: File exists"
stack install happy --stack-yaml $STACK_YAML
stack install alex --stack-yaml $STACK_YAML
stack build --only-dependencies --stack-yaml $STACK_YAML
displayName: 'stack build --only-dependencies'
- bash: stack test --ghc-options=-Werror --stack-yaml $STACK_YAML || stack test --ghc-options=-Werror --stack-yaml $STACK_YAML || stack test --ghc-options=-Werror --stack-yaml $STACK_YAML
Expand Down

0 comments on commit 209be0b

Please sign in to comment.