We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93b3df2 commit 08dd5e1Copy full SHA for 08dd5e1
.appveyor.yml
@@ -23,6 +23,7 @@ init:
23
- set arch=
24
- if "%arch%"=="Win64" ( set arch= Win64)
25
- echo %arch%
26
+- echo %PLATFORM%
27
- echo %APPVEYOR_BUILD_WORKER_IMAGE%
28
- if "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2017" ( set generator="Visual Studio 15 2017%arch%" )
29
- if "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2015" ( set generator="Visual Studio 14 2015%arch%" )
0 commit comments