From ed2473492f2e3605d53510597760566fdfa94481 Mon Sep 17 00:00:00 2001 From: Norman Ziebal Date: Wed, 15 May 2019 22:04:13 +0200 Subject: [PATCH] Reenabled all CI tasks. --- appveyor.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 1a5e97fdf7..308fa9fe60 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,10 +8,10 @@ pull_requests: do_not_increment_build_number: true environment: matrix: - #- VisualStudioVersion: 14.0 - # Defines: "\"BUILDBOT\"" - #- VisualStudioVersion: 14.0 - # Defines: "\"BUILDBOT;PRERE\"" + - VisualStudioVersion: 14.0 + Defines: "\"BUILDBOT\"" + - VisualStudioVersion: 14.0 + Defines: "\"BUILDBOT;PRERE\"" - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 VisualStudioVersion: 15.0 Defines: "\"CODEANALYSIS\"" @@ -24,6 +24,7 @@ configuration: # Disable Release for now, since do not want to have any optimization and have access to debug infos on crash # - Release matrix: + # Minimizing CI time. Should be enough to check guidelines only for one platform. exclude: - platform: x64 APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017