CI - avoid Appveyor appending a unique string
This commit is contained in:
parent
4e4951c769
commit
a41ff1f3a5
|
@ -1,5 +1,8 @@
|
|||
version: '{build}'
|
||||
|
||||
# clone directory - avoids Appveyor appending a unique string: https://ci.appveyor.com/project/jarradh/nimbus-on2qu/build/59
|
||||
clone_folder: c:\projects\nimbus
|
||||
|
||||
cache:
|
||||
- x86_64-4.9.2-release-win32-seh-rt_v4-rev4.7z
|
||||
- i686-4.9.2-release-win32-dwarf-rt_v4-rev4.7z
|
||||
|
|
Loading…
Reference in New Issue