mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-11 16:12:20 +00:00
azure: set stack root.
This commit is contained in:
parent
cf0d5b48c9
commit
f589552586
1 changed files with 5 additions and 2 deletions
|
|
@ -6,6 +6,9 @@
|
|||
trigger:
|
||||
- master
|
||||
|
||||
variables:
|
||||
STACK_ROOT: $(Pipeline.Workspace)/.stack
|
||||
|
||||
jobs:
|
||||
#- job: macOS
|
||||
# pool:
|
||||
|
|
@ -27,8 +30,8 @@ jobs:
|
|||
# displayName: Cache stack
|
||||
- task: CacheBeta@0
|
||||
inputs:
|
||||
key: ghc | $(Agent.OS) | stack.yaml | version3
|
||||
path: $(Pipeline.Workspace)/.stack
|
||||
key: ghc | $(Agent.OS) | stack.yaml | version4
|
||||
path: $(STACK_ROOT)
|
||||
displayName: Cache ghc
|
||||
- script: |
|
||||
ghc --version
|
||||
|
|
|
|||
Loading…
Reference in a new issue