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
451
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
f177969b
Commit
f177969b
authored
5 years ago
by
Steve Lhomme
Browse files
Options
Downloads
Patches
Plain Diff
CI: add a Raspbian 32-bit target
parent
ca00cd8e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#15060
passed with stage
Stage:
in 1 hour, 6 minutes, and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
extras/ci/gitlab-ci.yml
+21
-0
21 additions, 0 deletions
extras/ci/gitlab-ci.yml
with
21 additions
and
0 deletions
extras/ci/gitlab-ci.yml
+
21
−
0
View file @
f177969b
...
@@ -18,6 +18,7 @@ variables:
...
@@ -18,6 +18,7 @@ variables:
VLC_DEBIAN_IMAGE
:
registry.videolan.org/vlc-debian-unstable:20191023134128
VLC_DEBIAN_IMAGE
:
registry.videolan.org/vlc-debian-unstable:20191023134128
VLC_ANDROID_IMAGE
:
registry.videolan.org/vlc-debian-android:20190717134531
VLC_ANDROID_IMAGE
:
registry.videolan.org/vlc-debian-android:20190717134531
VLC_SNAP_IMAGE
:
registry.videolan.org/vlc-ubuntu-bionic:20190627090437
VLC_SNAP_IMAGE
:
registry.videolan.org/vlc-ubuntu-bionic:20190627090437
VLC_RASPBIAN_IMAGE
:
registry.videolan.org/vlc-debian-raspbian:20200213203125
.variables-debian
:
&variables-debian
.variables-debian
:
&variables-debian
HOST_ARCH
:
x86_64
HOST_ARCH
:
x86_64
...
@@ -27,6 +28,10 @@ variables:
...
@@ -27,6 +28,10 @@ variables:
HOST_ARCH
:
x86_64
HOST_ARCH
:
x86_64
TRIPLET
:
$HOST_ARCH-linux-gnu
TRIPLET
:
$HOST_ARCH-linux-gnu
.variables-raspbian-arm
:
&variables-raspbian-arm
HOST_ARCH
:
arm
TRIPLET
:
$HOST_ARCH-linux-gnueabihf
.variables-win32
:
&variables-win32
.variables-win32
:
&variables-win32
HOST_ARCH
:
i686
HOST_ARCH
:
i686
TRIPLET
:
$HOST_ARCH-w64-mingw32
TRIPLET
:
$HOST_ARCH-w64-mingw32
...
@@ -168,6 +173,22 @@ snap:
...
@@ -168,6 +173,22 @@ snap:
-
mv extras/package/snap/parts/vlc/build/contrib/vlc-contrib-*.tar.bz2 contrib/vlc-contrib-${TRIPLET}-${VLC_CONTRIB_SHA}.tar.bz2 2>/dev/null ||
true
-
mv extras/package/snap/parts/vlc/build/contrib/vlc-contrib-*.tar.bz2 contrib/vlc-contrib-${TRIPLET}-${VLC_CONTRIB_SHA}.tar.bz2 2>/dev/null ||
true
variables
:
*variables-snap
variables
:
*variables-snap
#
# Raspbian
#
raspbian-arm
:
extends
:
.docker-template
image
:
name
:
$VLC_RASPBIAN_IMAGE
script
:
|
if [ -n "$VLC_PREBUILT_CONTRIBS_URL" ]; then
echo "Building using prebuilt contribs at $VLC_PREBUILT_CONTRIBS_URL"
extras/package/raspberry/build.sh -p -x -a $HOST_ARCH
else
extras/package/raspberry/build.sh -c -x -a $HOST_ARCH
fi
variables
:
*variables-raspbian-arm
#
#
# macOS
# macOS
#
#
...
...
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