瀏覽代碼

Merge pull request #765 from DDRBoxman/appveyor

CI: Add in inital appveyor config
Jim 8 年之前
父節點
當前提交
4d5a500990
共有 1 個文件被更改,包括 21 次插入0 次删除
  1. 21 0
      appveyor.yml

+ 21 - 0
appveyor.yml

@@ -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