Build CMake install target for libogg dependency on AppVeyor
authorMarcel Metz <mmetz@adrian-broher.net>
Wed, 5 Oct 2016 14:03:40 +0000 (16:03 +0200)
committerMarcel Metz <mmetz@adrian-broher.net>
Wed, 5 Oct 2016 15:16:12 +0000 (17:16 +0200)
appveyor.yml

index 8ad0ca9..9256d02 100644 (file)
@@ -20,7 +20,7 @@ install:
 - if "%BUILD_SYSTEM%"=="CMAKE" mkdir "%APPVEYOR_BUILD_FOLDER%\..\libogg\build"
 - if "%BUILD_SYSTEM%"=="CMAKE" pushd "%APPVEYOR_BUILD_FOLDER%\..\libogg\build"
 - if "%BUILD_SYSTEM%"=="CMAKE" cmake -A "%PLATFORM%" -G "Visual Studio 14 2015" ..
-- if "%BUILD_SYSTEM%"=="CMAKE" cmake --build . --config "%CONFIGURATION%" -- /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
+- if "%BUILD_SYSTEM%"=="CMAKE" cmake --build . --config "%CONFIGURATION%" --target install -- /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
 - if "%BUILD_SYSTEM%"=="CMAKE" popd
 
 before_build: