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
438
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
172eacd6
Commit
172eacd6
authored
3 years ago
by
Thomas Guillem
Committed by
Hugo Beauzée-Luyssen
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
gitlab-ci: run make dist on debian target
cf.
!68
parent
800482fb
No related branches found
No related tags found
1 merge request
!69
gitlab-ci: run make dist on debian target
Pipeline
#93032
passed with stage
in 34 minutes and 29 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
extras/ci/gitlab-ci.yml
+4
-0
4 additions, 0 deletions
extras/ci/gitlab-ci.yml
with
4 additions
and
0 deletions
extras/ci/gitlab-ci.yml
+
4
−
0
View file @
172eacd6
...
...
@@ -247,6 +247,10 @@ debian:
if [ "${CI_JOB_NAME:0:8}" = "nightly-" ]; then
export XZ_OPT="-T 0"
make -j$NCPU distcheck
else
# Don't run distcheck but dist as it is already tested via
# make_check_wrapper.sh
make -j$NCPU dist
fi
variables
:
*variables-debian
...
...
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