tools: appveyor: troubleshooting stack#4125
Try harder to save custom stack*exe, and list them [ci skip]
This commit is contained in:
parent
0c9820e248
commit
aa0996f265
@ -28,6 +28,7 @@ environment:
|
|||||||
# only those files for cache invalidation, quicker than checksumming all cached content.
|
# only those files for cache invalidation, quicker than checksumming all cached content.
|
||||||
cache:
|
cache:
|
||||||
- stack*.exe
|
- stack*.exe
|
||||||
|
- C:\Users\appveyor\AppData\Roaming\local\bin\stack.exe
|
||||||
- "%LOCALAPPDATA%\\Programs\\stack"
|
- "%LOCALAPPDATA%\\Programs\\stack"
|
||||||
- C:\Users\appveyor\AppData\Roaming\local\bin
|
- C:\Users\appveyor\AppData\Roaming\local\bin
|
||||||
- C:\sr
|
- C:\sr
|
||||||
@ -48,6 +49,7 @@ install:
|
|||||||
- copy C:\Users\appveyor\AppData\Roaming\local\bin\stack.exe .
|
- copy C:\Users\appveyor\AppData\Roaming\local\bin\stack.exe .
|
||||||
- copy stack.exe stack-512f76f3.exe
|
- copy stack.exe stack-512f76f3.exe
|
||||||
- stack --version
|
- stack --version
|
||||||
|
- dir
|
||||||
|
|
||||||
#
|
#
|
||||||
# install ghc
|
# install ghc
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user