Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
vlc-unity
Manage
Activity
Members
Labels
Plan
Issues
46
Issue boards
Milestones
Wiki
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
vlc-unity
Merge requests
!18
bump docker image
代码
评审变更
检出分支
下载
补丁
文本差异
Merged
bump docker image
mfkl/vlc-unity:bump-docker
into
master
Overview
0
Commits
2
Pipelines
8
Changes
1
Merged
Martin Finkel
requested to merge
mfkl/vlc-unity:bump-docker
into
master
4 years ago
Overview
0
Commits
2
Pipelines
8
Changes
1
Expand
0
0
Merge request reports
Compare
master
version 7
ebc02adb
4 years ago
version 6
ecc6270a
4 years ago
version 5
355a9ea8
4 years ago
version 4
6380af85
4 years ago
version 3
27ebf7d2
4 years ago
version 2
0a2afdd4
4 years ago
version 1
3925e484
4 years ago
master (base)
and
latest version
latest version
95013f4e
2 commits,
4 years ago
version 7
ebc02adb
5 commits,
4 years ago
version 6
ecc6270a
5 commits,
4 years ago
version 5
355a9ea8
5 commits,
4 years ago
version 4
6380af85
4 commits,
4 years ago
version 3
27ebf7d2
3 commits,
4 years ago
version 2
0a2afdd4
2 commits,
4 years ago
version 1
3925e484
1 commit,
4 years ago
1 file
+
9
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
9
−
4
Options
@@ -4,7 +4,7 @@ stages:
variables
:
VLC_UWP_LLVM_IMAGE
:
registry.videolan.org/vlc-debian-llvm-uwp:20200706065223
VLC_WIN_LLVM_IMAGE
:
registry.videolan.org/vlc-debian-llvm-mingw:2020
0703084018
VLC_WIN_LLVM_IMAGE
:
registry.videolan.org/vlc-debian-llvm-mingw:2020
1201162707
.win-common
:
tags
:
@@ -12,11 +12,15 @@ variables:
-
amd64
stage
:
build
script
:
-
git clone https://code.videolan.org/videolan/vlc/ && cd vlc && extras/package/win32/build.sh $ARGS
-
git clone https://code.videolan.org/videolan/vlc/ && cd vlc
-
wget -O disable-activex.patch https://code.videolan.org/-/snippets/1304/raw
-
git apply disable-activex.patch
-
extras/package/win32/build.sh $ARGS
after_script
:
-
mkdir nightlies
-
ls ./vlc/win64
-
cd ./vlc/$BUILD_FOLDER
-
make package-win-
common
-
make package-win-
strip
-
ls vlc-4.0.0-dev
-
7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on $ARTIFACT $OUTPUT
-
cp $ARTIFACT ../../nightlies
@@ -29,7 +33,8 @@ variables:
OUTPUT
:
./vlc-4.0.0-dev
.build-plugin-base
:
image
:
registry.videolan.org/vlc-debian-llvm-mingw:20200703084018
image
:
name
:
$VLC_WIN_LLVM_IMAGE
dependencies
:
-
libvlc-x86_64
tags
:
Loading