summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2020-03-20 02:37:22 +0100
committerSebastian Pipping <sebastian@pipping.org>2020-03-20 02:44:44 +0100
commit24d6dd8c2dd94618f85692d25fb71a99bd893fdc (patch)
treee849142335d01b8372c80a87bd75a987d410bda8 /appveyor.yml
parent90ed5777a6e447f0d4ed34a6a293c99069123bcb (diff)
downloadlibexpat-git-24d6dd8c2dd94618f85692d25fb71a99bd893fdc.tar.gz
AppVeyor: Be explicit about build script to support msbuild 3.5
Error message was: The project file "ALL_BUILD.vcproj" is in the ".vcproj" file format, which MSBuild no longer supports. Please convert the project by opening it in the Visual Studio IDE or running the conversion tool, or use MSBuild 3.5 or earlier to build it.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 9076eaf2..9361191b 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -186,9 +186,8 @@ before_build:
- cd c:\projects\libexpat
- cmake -G"%GENERATOR%" -DCMAKE_BUILD_TYPE=%CONFIGURATION% -DEXPAT_WARNINGS_AS_ERRORS=ON %CMAKE_ARGS% expat
-build:
- parallel: true # enable MSBuild parallel builds
- project: expat.sln # path to Visual Studio solution or project
+build_script:
+ - msbuild "c:\projects\libexpat\expat.sln" /m /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
test_script:
- cp %CONFIGURATION%\\%EXPAT_DLL% tests\\%CONFIGURATION%\\