Browse Source

Reenabled all CI tasks.

Norman Ziebal 6 years ago
parent
commit
ed2473492f
1 changed files with 5 additions and 4 deletions
  1. 5 4
      appveyor.yml

+ 5 - 4
appveyor.yml

@@ -8,10 +8,10 @@ pull_requests:
   do_not_increment_build_number: true
   do_not_increment_build_number: true
 environment:
 environment:
   matrix:
   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
   - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
     VisualStudioVersion: 15.0
     VisualStudioVersion: 15.0
     Defines: "\"CODEANALYSIS\""
     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
 # Disable Release for now, since do not want to have any optimization and have access to debug infos on crash
 #  - Release
 #  - Release
 matrix:
 matrix:
+  # Minimizing CI time. Should be enough to check guidelines only for one platform.
   exclude:
   exclude:
     - platform: x64
     - platform: x64
       APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
       APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017