mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-11 16:12:20 +00:00
Enable testing on azure-pipelines.
Former-commit-id: 50f2d5bfffb467575fb1df5f84fd6bec5ad2a38d
This commit is contained in:
parent
1b17180569
commit
5210372407
1 changed files with 2 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ jobs:
|
|||
export PATH=$HOME/.local/bin:$PATH
|
||||
curl --insecure -L https://get.haskellstack.org/stable/osx-x86_64.tar.gz | tar xz --strip-components=1 --include '*/stack' -C ~/.local/bin
|
||||
stack build
|
||||
stack test
|
||||
- job: linux
|
||||
pool:
|
||||
vmImage: 'ubuntu-latest'
|
||||
|
|
@ -25,4 +26,5 @@ jobs:
|
|||
export PATH=$HOME/.local/bin:$PATH
|
||||
curl -L https://get.haskellstack.org/stable/linux-x86_64.tar.gz | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack'
|
||||
stack build
|
||||
stack test
|
||||
displayName: 'Build reanimate'
|
||||
|
|
|
|||
Loading…
Reference in a new issue