Add using azure.

This commit is contained in:
David Himmelstrup 2019-07-06 19:34:51 +08:00
commit 804fd13bdd

View file

@ -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'