Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
libvlc-nuget
Manage
Activity
Members
Labels
Plan
Issues
10
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
libvlc-nuget
Commits
56178d3d
Commit
56178d3d
authored
3 years ago
by
Martin Finkel
Browse files
Options
Downloads
Patches
Plain Diff
UWP v3 build
the access plugin is built separately at
https://github.com/mfkl/libvlc-nuget
parent
03bbef30
No related branches found
Branches containing commit
No related tags found
1 merge request
!3
Uwp v3
Pipeline
#149738
passed with stage
in 10 minutes and 52 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
buildsystem/.gitlab-ci.yml
+31
-3
31 additions, 3 deletions
buildsystem/.gitlab-ci.yml
with
31 additions
and
3 deletions
buildsystem/.gitlab-ci.yml
+
31
−
3
View file @
56178d3d
stages
:
-
build
-
package
variables
:
VLC_UWP_LLVM_IMAGE
:
registry.videolan.org/vlc-debian-llvm-uwp:20200706065223
VLC_VERSION
:
3.0.16
.variables-win32
:
&variables-win32
SHORTARCH
:
win32
HOST_ARCH
:
i686
TRIPLET
:
$HOST_ARCH-w64-mingw32
BUILD_PATH
:
vlc/$SHORTARCH-uwp/vlc-$VLC_VERSION-$SHORTARCH.7z
.variables-win64
:
&variables-win64
SHORTARCH
:
win64
HOST_ARCH
:
x86_64
TRIPLET
:
$HOST_ARCH-w64-mingw32
BUILD_PATH
:
vlc/$SHORTARCH-uwp/vlc-$VLC_VERSION-$SHORTARCH.7z
.variables-win-arm
:
&variables-win-arm
SHORTARCH
:
winarm
HOST_ARCH
:
armv7
TRIPLET
:
$HOST_ARCH-w64-mingw32
BUILD_PATH
:
vlc/$SHORTARCH-uwp/vlc-$VLC_VERSION-win32.7z
# Common rules
.base-template
:
...
...
@@ -32,6 +42,7 @@ variables:
#
.win-common
:
extends
:
.docker-template
stage
:
build
script
:
|
git clone https://code.videolan.org/videolan/vlc && cd vlc && git checkout 3.0.x
extras/package/win32/build.sh -c -a $HOST_ARCH $NIGHTLY_EXTRA_BUILD_FLAGS $LIBVLC_EXTRA_BUILD_FLAGS $UWP_EXTRA_BUILD_FLAGS
...
...
@@ -46,13 +57,30 @@ variables:
-
make package-win32-7zip
artifacts
:
paths
:
-
vlc/$SHORTARCH-uwp/vlc-3.0.16-win64.7z
uwp64-libvlc-llvm
:
-
$BUILD_PATH
uwp-x64
:
extends
:
.nightly-win-common
image
:
name
:
$VLC_UWP_LLVM_IMAGE
variables
:
<<
:
*variables-win64
LIBVLC_EXTRA_BUILD_FLAGS
:
-z
UWP_EXTRA_BUILD_FLAGS
:
-u -w
uwp-x86
:
extends
:
.nightly-win-common
image
:
name
:
$VLC_UWP_LLVM_IMAGE
variables
:
<<
:
*variables-win32
LIBVLC_EXTRA_BUILD_FLAGS
:
-z
UWP_EXTRA_BUILD_FLAGS
:
-u -w
uwp-arm
:
extends
:
.nightly-win-common
image
:
name
:
$VLC_UWP_LLVM_IMAGE
variables
:
<<
:
*variables-win-arm
LIBVLC_EXTRA_BUILD_FLAGS
:
-z
UWP_EXTRA_BUILD_FLAGS
:
-u -w
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment