Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
psibi committed Jan 26, 2020
1 parent 719771c commit 468d84b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .azure/azure-osx-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
maxParallel: 2
steps:
- script: |
brew install gcc
export STACK_ROOT="$(Build.SourcesDirectory)"/.stack-root;
mkdir -p ~/.local/bin
curl -skL https://get.haskellstack.org/stable/osx-x86_64.tar.gz | tar xz --strip-components=1 --include '*/stack' -C ~/.local/bin;
Expand Down
2 changes: 1 addition & 1 deletion .azure/build_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ set -eux
rm -rf "${BUILD_BINARIESDIRECTORY}"
mkdir "${BUILD_BINARIESDIRECTORY}"

stack build --copy-bins "${BUILD_BINARIESDIRECTORY}/"
stack install --local-bin-path "${BUILD_BINARIESDIRECTORY}"

0 comments on commit 468d84b

Please sign in to comment.