Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Hugo Beauzée-Luyssen
medialibrary
Commits
483d31e3
Commit
483d31e3
authored
Sep 02, 2021
by
Hugo Beauzée-Luyssen
Browse files
CI: Add an alpine build configuration
refs #365
parent
e490bd71
Pipeline
#133671
passed with stage
in 5 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ci/gitlab-ci.yml
View file @
483d31e3
...
...
@@ -4,6 +4,7 @@ variables:
MEDIALIBRARY_WIN32_IMG
:
registry.videolan.org/medialibrary-win32:20210215200735
MEDIALIBRARY_WIN64_IMG
:
registry.videolan.org/medialibrary-win64:20210216181601
VLC_DEBIAN_UNSTABLE_IMG
:
registry.videolan.org/vlc-debian-unstable:20210218132922
MEDIALIBRARY_ALPINE_IMG
:
registry.videolan.org/medialibrary-alpine:20210902074848
MEDIALIB_TEST_FOLDER
:
$CI_PROJECT_DIR/medialib_tests/
linux
:
...
...
@@ -55,6 +56,17 @@ linux-novlc:
-
meson -Dlibvlc=disabled --buildtype=release build
-
cd build && ninja
alpine
:
image
:
$MEDIALIBRARY_ALPINE_IMG
rules
:
-
if
:
$CI_MERGE_REQUEST_IID
tags
:
-
docker
-
amd64
script
:
-
meson build
-
cd build && ninja
win32
:
image
:
$MEDIALIBRARY_WIN32_IMG
variables
:
...
...
Write
Preview
Supports
Markdown
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