From: Marcel Metz Date: Wed, 5 Oct 2016 13:31:57 +0000 (+0200) Subject: Use build_script step in AppVeyor configuration X-Git-Tag: v1.3.6~29 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Flibvorbis.git;a=commitdiff_plain;h=db56ec5acf2817375064c3358a389ca89c24f1d4 Use build_script step in AppVeyor configuration Preparations for building with multiple build systems --- diff --git a/appveyor.yml b/appveyor.yml index 3d6f745..8529914 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,7 +9,5 @@ install: - git clone -q https://github.com/xiph/ogg.git %APPVEYOR_BUILD_FOLDER%\..\libogg - msbuild "%APPVEYOR_BUILD_FOLDER%\..\libogg\win32\VS2015\libogg_static.sln" /m /v:minimal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /property:Configuration=%CONFIGURATION%;Platform=%PLATFORM% -build: - project: win32\VS2010\vorbis_dynamic.sln - parallel: true - verbosity: minimal +build_script: +- msbuild "%APPVEYOR_BUILD_FOLDER%\win32\VS2010\vorbis_dynamic.sln" /m /v:minimal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /property:Configuration=%CONFIGURATION%;Platform=%PLATFORM%