summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Metz <mmetz@adrian-broher.net>2016-10-05 18:19:30 +0200
committerRalph Giles <giles@thaumas.net>2016-10-05 09:31:10 -0700
commit130e20f76254404157111598716617555d266acf (patch)
treecea2e7645510d78eecf92d5dfa549b88d95c5ba9
parentf09faff307daed00e3bf3d616f295dc94b3fb97d (diff)
downloadlibvorbis-git-130e20f76254404157111598716617555d266acf.tar.gz
Make CMake build test on AppVeyor mandatory
Signed-off-by: Ralph Giles <giles@thaumas.net>
-rw-r--r--appveyor.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 17115618..158b9e62 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -10,10 +10,6 @@ environment:
- BUILD_SYSTEM: MSVC
- BUILD_SYSTEM: CMAKE
-matrix:
- allow_failures:
- - BUILD_SYSTEM: CMAKE
-
install:
- git clone -q https://github.com/xiph/ogg.git %APPVEYOR_BUILD_FOLDER%\..\libogg
- 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%