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
Leonhard Saam
libvlcpp
Commits
62b68f97
Commit
62b68f97
authored
Nov 06, 2020
by
Hugo Beauzée-Luyssen
Browse files
Add CI configuration
parent
94ee174a
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
62b68f97
variables
:
VLC30_IMAGE
:
registry.videolan.org/medialibrary:20201009131431
VLC40_IMAGE
:
registry.videolan.org/libvlcpp-unstable:20201106140307
.common_build
:
rules
:
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"'
-
if
:
'
$CI_PIPELINE_SOURCE
==
"push"
&&
$CI_COMMIT_BRANCH
==
"$CI_DEFAULT_BRANCH@videolan/libvlcpp"'
tags
:
-
docker
-
amd64
script
:
-
./bootstrap
-
./configure --enable-examples --enable-werror
-
make -j4
-
make -j4 distcheck
continuous_build_4.0
:
extends
:
.common_build
image
:
$VLC40_IMAGE
continuous_build_3.0
:
extends
:
.common_build
image
:
$VLC30_IMAGE
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