Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libopusenc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xiph.Org
libopusenc
Commits
03b53ee7
Unverified
Commit
03b53ee7
authored
Jan 03, 2018
by
Ricardo Constantino
Committed by
Jean-Marc Valin
Jan 03, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add appveyor
Signed-off-by:
Jean-Marc Valin
<
jmvalin@jmvalin.ca
>
parent
545ff493
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
0 deletions
+30
-0
.appveyor.yml
.appveyor.yml
+30
-0
No files found.
.appveyor.yml
0 → 100644
View file @
03b53ee7
image
:
Visual Studio
2015
configuration
:
-
Debug
-
DebugDLL
-
Release
-
ReleaseDLL
platform
:
-
Win32
-
x64
environment
:
opus_url
:
https://ci.appveyor.com/api/projects/$(APPVEYOR_ACCOUNT_NAME)/opus/artifacts/opus.zip
install
:
-
cd %APPVEYOR_BUILD_FOLDER%
-
'
curl
-LOG
--data-urlencode
"job=Configuration:
%CONFIGURATION%;
Platform:
%PLATFORM%"
%OPUS_URL%'
-
7z x opus.zip -oopus-artifacts
-
move /Y opus-artifacts ..\opus
build
:
project
:
win32\VS2015\opusenc.sln
parallel
:
true
verbosity
:
minimal
after_build
:
-
7z a libopusenc.zip win32\VS2015\%PLATFORM%\%CONFIGURATION%\opusenc.??? include\
artifacts
:
-
path
:
libopusenc.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