Revert "AppVeyor: Cover 32bit Visual Studio 9 2008 using MSBuild 3.5"
This reverts commit d073dd63d3
.
This commit is contained in:
parent
179a0c5526
commit
2e63c25864
16
appveyor.yml
16
appveyor.yml
@ -51,21 +51,6 @@ configuration: Debug
|
|||||||
# https://cmake.org/cmake/help/latest/manual/cmake-generators.7.html#visual-studio-generators
|
# https://cmake.org/cmake/help/latest/manual/cmake-generators.7.html#visual-studio-generators
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
# Visual Studio 2008 Win32
|
|
||||||
- GENERATOR: Visual Studio 9 2008
|
|
||||||
PLATFORM: Win32
|
|
||||||
EXPAT_DLL: libexpatd.dll
|
|
||||||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013
|
|
||||||
PREPEND_TO_PATH: C:\Windows\Microsoft.NET\Framework\v3.5;
|
|
||||||
|
|
||||||
# Visual Studio 2008 Win32 XML_UNICODE_WCHAR_T
|
|
||||||
- GENERATOR: Visual Studio 9 2008
|
|
||||||
PLATFORM: Win32
|
|
||||||
CMAKE_ARGS: -DEXPAT_CHAR_TYPE=wchar_t
|
|
||||||
EXPAT_DLL: libexpatwd.dll
|
|
||||||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013
|
|
||||||
PREPEND_TO_PATH: C:\Windows\Microsoft.NET\Framework\v3.5;
|
|
||||||
|
|
||||||
# Visual Studio 2010 Win32
|
# Visual Studio 2010 Win32
|
||||||
- GENERATOR: Visual Studio 10 2010
|
- GENERATOR: Visual Studio 10 2010
|
||||||
PLATFORM: Win32
|
PLATFORM: Win32
|
||||||
@ -226,7 +211,6 @@ environment:
|
|||||||
before_build:
|
before_build:
|
||||||
- echo Running cmake...
|
- echo Running cmake...
|
||||||
- cd c:\projects\libexpat
|
- cd c:\projects\libexpat
|
||||||
- set path=%PREPEND_TO_PATH%%path%
|
|
||||||
- cmake -G"%GENERATOR%" -DCMAKE_BUILD_TYPE=%CONFIGURATION% -DEXPAT_WARNINGS_AS_ERRORS=ON %CMAKE_ARGS% expat
|
- cmake -G"%GENERATOR%" -DCMAKE_BUILD_TYPE=%CONFIGURATION% -DEXPAT_WARNINGS_AS_ERRORS=ON %CMAKE_ARGS% expat
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
|
Loading…
Reference in New Issue
Block a user