0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 21:13:04 +02:00

Merge pull request #765 from DDRBoxman/appveyor

CI: Add in inital appveyor config
This commit is contained in:
Jim 2017-01-18 21:04:36 -08:00 committed by GitHub
commit 4d5a500990

21
appveyor.yml Normal file
View File

@ -0,0 +1,21 @@
environment:
FFMPEG_VERSION: 3.0.1
CURL_VERSION: 7.39.0
matrix:
- VSVER: Visual Studio 14 2015 Win64
platform: x64
configuration: Debug
install:
- git submodule update --init --recursive
- curl -kLO https://obsproject.com/downloads/dependencies2015.zip
- 7z x dependencies2015.zip -odependencies2015
- set DepsPath=%CD%\dependencies2015\win64
- set QTDIR=C:\Qt\5.7\msvc2015_64
- mkdir build
- cd ./build
- cmake -G "Visual Studio 14 2015 Win64" ..
build:
project: C:\projects\obs-studio\build\obs-studio.sln