azure cache

This commit is contained in:
David Himmelstrup 2019-09-10 11:10:56 +08:00
commit cf0d5b48c9

View file

@ -39,8 +39,7 @@ jobs:
mkdir -p ~/.local/bin
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 build --fast
./examples/counter.hs check
which ghc
ghc --version
stack path
displayName: 'Build reanimate'