From 4e4951c7699c00e1502598f8002ed6db8f320420 Mon Sep 17 00:00:00 2001 From: mratsim Date: Thu, 12 Apr 2018 10:39:51 +0200 Subject: [PATCH] Appveyor: disable fast-finish we always want 32 and 64-bit compilation --- appveyor.yml => .appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename appveyor.yml => .appveyor.yml (92%) diff --git a/appveyor.yml b/.appveyor.yml similarity index 92% rename from appveyor.yml rename to .appveyor.yml index cc4440499..73f88295e 100644 --- a/appveyor.yml +++ b/.appveyor.yml @@ -4,8 +4,9 @@ cache: - x86_64-4.9.2-release-win32-seh-rt_v4-rev4.7z - i686-4.9.2-release-win32-dwarf-rt_v4-rev4.7z +# 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: