Fix Appveyor when it appends a random string (#16)

This commit is contained in:
Mamy Ratsimbazafy 2018-04-13 19:33:20 +02:00 committed by GitHub
parent 4da71f76b9
commit e150b09509
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -1,8 +1,5 @@
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
@ -43,7 +40,7 @@ install:
- koch boot -d:release
- koch nimble
build_script:
- cd C:\projects\nimbus
- cd C:\projects\%APPVEYOR_PROJECT_SLUG%
- nimble install -y
test_script:
- nimble test