appveyor: update to use common script

This commit is contained in:
Jacek Sieka 2018-09-03 12:12:02 -06:00
parent 231d0e0241
commit aa895489fe
No known key found for this signature in database
GPG Key ID: 6299FEB3EB6FA465
1 changed files with 5 additions and 4 deletions

View File

@ -1,11 +1,12 @@
version: '{build}'
cache:
- x86_64-4.9.2-release-win32-seh-rt_v4-rev4.7z
- i686-4.9.2-release-win32-dwarf-rt_v4-rev4.7z
- x86_64-4.9.2-release-win32-seh-rt_v4-rev4.7z -> appveyor.yml
- i686-4.9.2-release-win32-dwarf-rt_v4-rev4.7z -> appveyor.yml
# We always want 32 and 64-bit compilation
matrix:
fast_finish: true # set this flag to immediately finish build once one of the jobs fails.
fast_finish: false # set this flag to immediately finish build once one of the jobs fails.
environment:
@ -36,7 +37,7 @@ install:
- koch nimble
build_script:
- cd C:\projects\%APPVEYOR_PROJECT_SLUG%
- nimble install -dy
- nimble install -y
test_script:
- nimble test