mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-10 14:16:41 +03:00
ci: azure: complete stack install script from appveyor
[ci skip]
This commit is contained in:
parent
2075192b3c
commit
67764e4b98
@ -71,8 +71,20 @@ pool:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- script: stack install
|
- script: curl -skL -ostack.zip http://www.stackage.org/stack/windows-x86_64
|
||||||
|
displayName: 'download stack'
|
||||||
|
- script: 7z x stack.zip stack.exe
|
||||||
|
displayName: 'unzip stack'
|
||||||
|
- script: stack --version
|
||||||
|
displayName: 'stack --version'
|
||||||
|
- script: stack build --copy-bins --local-bin-path=.
|
||||||
displayName: 'stack install'
|
displayName: 'stack install'
|
||||||
|
- script: 7z a -tzip hledger.zip hledger.exe hledger-web.exe
|
||||||
|
displayName: 'zip executables'
|
||||||
|
- task: PublishPipelineArtifact@0
|
||||||
|
inputs:
|
||||||
|
artifactName: 'hledger.zip' #$(imageName)
|
||||||
|
targetPath: 'hledger.zip'
|
||||||
|
|
||||||
# - script: docker build -f Dockerfile -t $(imageName) .
|
# - script: docker build -f Dockerfile -t $(imageName) .
|
||||||
# displayName: 'docker build'
|
# displayName: 'docker build'
|
||||||
|
Loading…
Reference in New Issue
Block a user