summaryrefslogtreecommitdiff
path: root/appveyor.yml
blob: 5a76e5279f73c18efd415a606ca6f5e4bac2d3bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
image: Visual Studio 2015
configuration:
- Debug

platform:
- Win32

environment:
  matrix:
  - BUILD_SYSTEM: MSVC

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%

build_script:
- if "%BUILD_SYSTEM%"=="MSVC" 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%