mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-11 16:12:20 +00:00
azure wibble.
Former-commit-id: ea200901bb098ac5d680ddf6c808688d298aafac
This commit is contained in:
parent
0be400a482
commit
707477e63d
1 changed files with 4 additions and 2 deletions
|
|
@ -27,8 +27,8 @@ jobs:
|
|||
# displayName: Cache stack
|
||||
- task: CacheBeta@0
|
||||
inputs:
|
||||
key: ghc | $(Agent.OS) | stack.yaml | version2
|
||||
path: $(HOME)/.stack
|
||||
key: ghc | $(Agent.OS) | stack.yaml | version3
|
||||
path: $(Pipeline.Workspace)/.stack
|
||||
displayName: Cache ghc
|
||||
- script: |
|
||||
ghc --version
|
||||
|
|
@ -41,4 +41,6 @@ jobs:
|
|||
curl -L https://get.haskellstack.org/stable/linux-x86_64.tar.gz | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack'
|
||||
stack build
|
||||
./examples/counter.hs check
|
||||
which ghc
|
||||
ghc --version
|
||||
displayName: 'Build reanimate'
|
||||
|
|
|
|||
Loading…
Reference in a new issue