Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
453
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
f763d0a6
Commit
f763d0a6
authored
4 years ago
by
Steve Lhomme
Browse files
Options
Downloads
Patches
Plain Diff
CI: add a UWP x86_64 libvlc target
parent
eea583db
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#19036
passed with stage
Stage:
in 46 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
extras/ci/gitlab-ci.yml
+12
-2
12 additions, 2 deletions
extras/ci/gitlab-ci.yml
with
12 additions
and
2 deletions
extras/ci/gitlab-ci.yml
+
12
−
2
View file @
f763d0a6
...
...
@@ -15,6 +15,7 @@ variables:
VLC_WIN32_IMAGE
:
registry.videolan.org/vlc-debian-win32:20200602191827
VLC_WIN64_IMAGE
:
registry.videolan.org/vlc-debian-win64:20200602185103
VLC_WIN_LLVM_IMAGE
:
registry.videolan.org/vlc-debian-llvm-mingw:20200603153044
VLC_UWP_LLVM_IMAGE
:
registry.videolan.org/vlc-debian-llvm-uwp:20200603145315
VLC_DEBIAN_IMAGE
:
registry.videolan.org/vlc-debian-unstable:20200229201904
VLC_ANDROID_IMAGE
:
registry.videolan.org/vlc-debian-android:20190717134531
VLC_SNAP_IMAGE
:
registry.videolan.org/vlc-ubuntu-bionic:20190627090437
...
...
@@ -113,9 +114,9 @@ variables:
fi
if [ -n "$VLC_PREBUILT_CONTRIBS_URL" ]; then
echo "Building using prebuilt contribs at $VLC_PREBUILT_CONTRIBS_URL"
extras/package/win32/build.sh -p -a $HOST_ARCH $NIGHTLY_EXTRA_BUILD_FLAGS
extras/package/win32/build.sh -p -a $HOST_ARCH $NIGHTLY_EXTRA_BUILD_FLAGS
$LIBVLC_EXTRA_BUILD_FLAGS $UWP_EXTRA_BUILD_FLAGS
else
extras/package/win32/build.sh -c -a $HOST_ARCH $NIGHTLY_EXTRA_BUILD_FLAGS
extras/package/win32/build.sh -c -a $HOST_ARCH $NIGHTLY_EXTRA_BUILD_FLAGS
$LIBVLC_EXTRA_BUILD_FLAGS $UWP_EXTRA_BUILD_FLAGS
fi
win32
:
...
...
@@ -136,6 +137,15 @@ win64-llvm:
name
:
$VLC_WIN_LLVM_IMAGE
variables
:
*variables-win64-llvm
uwp64-libvlc-llvm
:
extends
:
.win-common
image
:
name
:
$VLC_UWP_LLVM_IMAGE
variables
:
<<
:
*variables-win64
LIBVLC_EXTRA_BUILD_FLAGS
:
-z
UWP_EXTRA_BUILD_FLAGS
:
-u -w -x
.nightly-win-common
:
extends
:
.win-common
only
:
...
...
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