tools: appveyor: show bin dir, indicating cache status (#832)
[ci skip]
This commit is contained in:
parent
db4f8007f8
commit
49b3751088
@ -38,7 +38,7 @@ cache:
|
|||||||
install:
|
install:
|
||||||
# temporary, troubleshooting https://github.com/commercialhaskell/stack/issues/4125
|
# temporary, troubleshooting https://github.com/commercialhaskell/stack/issues/4125
|
||||||
|
|
||||||
- dir
|
#- dir
|
||||||
|
|
||||||
# install latest stack release
|
# install latest stack release
|
||||||
# - curl -skL -ostack.zip http://www.stackage.org/stack/windows-x86_64
|
# - curl -skL -ostack.zip http://www.stackage.org/stack/windows-x86_64
|
||||||
@ -54,12 +54,14 @@ install:
|
|||||||
|
|
||||||
# install latest stack master
|
# install latest stack master
|
||||||
- set PATH=C:\Users\appveyor\AppData\Roaming\local\bin;%PATH%
|
- set PATH=C:\Users\appveyor\AppData\Roaming\local\bin;%PATH%
|
||||||
|
# show the stack-installed binares that were restored from cache, can vary by instance
|
||||||
|
- dir C:\Users\appveyor\AppData\Roaming\local\bin
|
||||||
# - stack-release upgrade --git
|
# - stack-release upgrade --git
|
||||||
#- copy C:\Users\appveyor\AppData\Roaming\local\bin\stack.exe C:\Users\appveyor\AppData\Roaming\local\bin\stack-master.exe
|
#- copy C:\Users\appveyor\AppData\Roaming\local\bin\stack.exe C:\Users\appveyor\AppData\Roaming\local\bin\stack-master.exe
|
||||||
# - copy C:\Users\appveyor\AppData\Roaming\local\bin\stack.exe stack.exe
|
# - copy C:\Users\appveyor\AppData\Roaming\local\bin\stack.exe stack.exe
|
||||||
- stack --version
|
- stack --version
|
||||||
|
|
||||||
- dir
|
#- dir
|
||||||
|
|
||||||
#
|
#
|
||||||
# install ghc
|
# install ghc
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user