From aa895489feec7513ed1c6db863e76137a679cce1 Mon Sep 17 00:00:00 2001 From: Jacek Sieka Date: Mon, 3 Sep 2018 12:12:02 -0600 Subject: [PATCH] appveyor: update to use common script --- .appveyor.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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