10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d19f9f + b26476f commit 8988355Copy full SHA for 8988355
appveyor.yml
@@ -7,6 +7,10 @@ os:
7
8
environment:
9
matrix:
10
+ - GENERATOR: "Visual Studio 9 2008"
11
+ UNICODE: ON
12
13
+ UNICODE: OFF
14
- GENERATOR: "Visual Studio 10 2010"
15
UNICODE: ON
16
scripts/run-appveyor.bat
@@ -3,6 +3,10 @@ setlocal
3
4
if /I "%PLATFORM%" == "x64" (
5
set CMAKE_GEN_SUFFIX= Win64
6
+ if /I "%GENERATOR%" == "Visual Studio 9 2008" (
+ echo Skipping %CONFIGURATION% build using %GENERATOR%%CMAKE_GEN_SUFFIX% on %PLATFORM%
+ exit 0
+ )
) else (
set CMAKE_GEN_SUFFIX=
)
0 commit comments