CI: Add MSVC extra warnings build and correct labels of other extra warnings builds.

This commit is contained in:
Rokas Kupstys
2020-01-20 15:57:39 +02:00
committed by omar
parent 3fe6ae9732
commit 7a22767483
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,3 @@
@REM Build for Visual Studio compiler. Run your copy of vcvars32.bat or vcvarsall.bat to setup command-line compiler.
mkdir Debug
cl /nologo /Zi /MD /I ..\.. *.cpp ..\..\*.cpp /FeDebug/example_null.exe /FoDebug/ /link gdi32.lib shell32.lib
cl /nologo /Zi /MD /I ..\.. %* *.cpp ..\..\*.cpp /FeDebug/example_null.exe /FoDebug/ /link gdi32.lib shell32.lib