We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f09faff commit 130e20fCopy full SHA for 130e20f
appveyor.yml
@@ -10,10 +10,6 @@ environment:
10
- BUILD_SYSTEM: MSVC
11
- BUILD_SYSTEM: CMAKE
12
13
-matrix:
14
- allow_failures:
15
- - BUILD_SYSTEM: CMAKE
16
-
17
install:
18
- git clone -q https://github.com/xiph/ogg.git %APPVEYOR_BUILD_FOLDER%\..\libogg
19
- if "%BUILD_SYSTEM%"=="MSVC" 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%
0 commit comments