Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Opusfile
Commits
586d3250
Commit
586d3250
authored
Jul 27, 2016
by
Ricardo Constantino (:RiCON)
Committed by
Ralph Giles
Jul 27, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add appveyor.yml to test VS2015 builds.
Signed-off-by:
Ralph Giles
<
giles@thaumas.net
>
parent
134c25f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
appveyor.yml
appveyor.yml
+25
-0
No files found.
appveyor.yml
0 → 100644
View file @
586d3250
image
:
Visual Studio
2015
configuration
:
-
Debug
-
Release
platform
:
-
Win32
-
x64
install
:
-
git clone -q https://github.com/xiph/opus.git %APPVEYOR_BUILD_FOLDER%\..\opus
-
git clone -q https://github.com/xiph/ogg.git %APPVEYOR_BUILD_FOLDER%\..\ogg
-
msbuild "%APPVEYOR_BUILD_FOLDER%\..\opus\win32\VS2015\opus.vcxproj" /m /v:minimal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /p:Configuration=%CONFIGURATION%;Platform=%PLATFORM%
-
msbuild "%APPVEYOR_BUILD_FOLDER%\..\ogg\win32\VS2015\libogg_static.sln" /m /v:minimal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /property:Configuration=%CONFIGURATION%;Platform=%PLATFORM%
build
:
project
:
win32\VS2015\opusfile.sln
parallel
:
true
verbosity
:
minimal
after_build
:
-
7z a opusfile.zip win32\VS2015\%PLATFORM%\%CONFIGURATION%\opusfile.lib include\opusfile.h
artifacts
:
-
path
:
opusfile.zip
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment