Switch back to VC++ 2010 runtime

This commit is contained in:
Zeex 2018-01-11 07:30:56 +06:00
parent 05582c8c0d
commit 34a10b9787

View File

@ -5,7 +5,7 @@ configuration:
- RelWithDebInfo - RelWithDebInfo
before_build: before_build:
- cmake -G "Visual Studio 12 2013" source/compiler -DCPACK_GENERATOR=ZIP - cmake -G "Visual Studio 15 2017" source/compiler -DCPACK_GENERATOR=ZIP -DCMAKE_GENERATOR_TOOLSET=v100
build_script: build_script:
- cmake --build . --config %CONFIGURATION% - cmake --build . --config %CONFIGURATION%