mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-14 09:32:22 +00:00
Add using azure.
This commit is contained in:
parent
a01b17dd30
commit
804fd13bdd
1 changed files with 3 additions and 0 deletions
|
|
@ -15,3 +15,6 @@ steps:
|
|||
curl -L https://get.haskellstack.org/stable/linux-x86_64.tar.gz | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack'
|
||||
displayName: 'Install stack'
|
||||
|
||||
- script: |
|
||||
stack build
|
||||
displayName: 'Build reanimate'
|
||||
|
|
|
|||
Loading…
Reference in a new issue