Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC User documentation
Manage
Activity
Members
Labels
Plan
Issues
24
Issue boards
Milestones
Code
Merge requests
9
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Documentation
VLC User documentation
Commits
9ddbfd49
Commit
9ddbfd49
authored
1 year ago
by
Simon Latapie
Browse files
Options
Downloads
Patches
Plain Diff
CI: use common/gitlab-ci.yml file
parent
8ca443c8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-38
0 additions, 38 deletions
.gitlab-ci.yml
with
0 additions
and
38 deletions
.gitlab-ci.yml
deleted
100644 → 0
+
0
−
38
View file @
8ca443c8
image
:
registry.videolan.org/videolan-gitlab-pages:20231201145306
variables
:
GIT_STRATEGY
:
clone
ROOT_URL
:
https://docs.videolan.me/vlc-user
INSTALLDIR
:
public
GIT_BRANCH
:
$CI_COMMIT_BRANCH
# Create a global cache to keep other branch and jobs pages
cache
:
key
:
one-cache-to-rule-them-all
paths
:
-
public
# generate platform websites
pages
:
tags
:
-
pages
stage
:
deploy
script
:
|
if [ "$GIT_BRANCH" == "master" ]; then
make html VERSION="" PLATFORM=""
make root_redirect
make platform_redirect PLATFORM=desktop
make platform_redirect PLATFORM=android
make install
else
make html LANGUAGE=en
make install
fi
artifacts
:
paths
:
-
public
only
:
-
desktop/3.0
-
android/3.5
-
master
This diff is collapsed.
Click to expand it.
Simon Latapie
@Garf
mentioned in commit
6c75ad89
·
1 year ago
mentioned in commit
6c75ad89
mentioned in commit 6c75ad897482c898c9fe700754d85b9297c0b864
Toggle commit list
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