diff --git a/.appveyor.yml b/.appveyor.yml index 582f2a0..14b35ef 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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