summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorRicardo Constantino (:RiCON) <wiiaboo@gmail.com>2016-07-26 23:45:50 +0100
committerRalph Giles <giles@thaumas.net>2016-07-27 11:17:45 -0700
commitd2ec639c54abde682b6b56ad2fd630c954fc55b2 (patch)
tree774b84579ab67d1383dc8ada3defb6a7b06df559 /appveyor.yml
parent968e72940b7389f134726c1fba9c3bb53461164b (diff)
downloadogg-git-d2ec639c54abde682b6b56ad2fd630c954fc55b2.tar.gz
Add appveyor.yml to test VS2015 builds.
Signed-off-by: Ralph Giles <giles@thaumas.net>
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 0000000..c419edb
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,19 @@
+image: Visual Studio 2015
+configuration:
+- Debug
+- Release
+
+platform:
+- Win32
+- x64
+
+build:
+ project: win32\VS2015\libogg_static.sln
+ parallel: true
+ verbosity: minimal
+
+after_build:
+- cmd: 7z a ogg.zip win32\VS2015\%PLATFORM%\%CONFIGURATION%\libogg_static.lib include\ogg\*.h
+
+artifacts:
+- path: ogg.zip