[opus] [PATCH 3/4] Add appveyor.yml to test VS2015 builds

Ricardo Constantino (:RiCON) wiiaboo at gmail.com
Fri Jul 15 19:38:09 UTC 2016


---
 appveyor.yml | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 appveyor.yml

diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 0000000..60035bc
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,29 @@
+version: 1.0.{build}
+branches:
+  only:
+  - master
+  - appveyor
+
+image: Visual Studio 2015
+configuration:
+- Debug
+- DebugDLL
+- Release
+- ReleaseDLL
+
+platform:
+- Win32
+- x64
+
+build:
+  project: win32\VS2015\opus.sln
+  parallel: true
+  verbosity: minimal
+
+test_script:
+- cmd: >-
+    %APPVEYOR_BUILD_FOLDER%\win32\VS2015\%PLATFORM%\%CONFIGURATION%\test_opus_api.exe
+
+    %APPVEYOR_BUILD_FOLDER%\win32\VS2015\%PLATFORM%\%CONFIGURATION%\test_opus_decode.exe
+
+    %APPVEYOR_BUILD_FOLDER%\win32\VS2015\%PLATFORM%\%CONFIGURATION%\test_opus_encode.exe
\ No newline at end of file
-- 
2.9.1



More information about the opus mailing list