[vlc-commits] [Git][videolan/vlc][master] gitlab-ci: run make dist on debian target

Hugo Beauzée-Luyssen gitlab at videolan.org
Tue May 4 11:59:30 UTC 2021



Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC


Commits:
172eacd6 by Thomas Guillem at 2021-05-04T10:00:41+00:00
gitlab-ci: run make dist on debian target

cf. !68

- - - - -


1 changed file:

- extras/ci/gitlab-ci.yml


Changes:

=====================================
extras/ci/gitlab-ci.yml
=====================================
@@ -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
 



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/172eacd6f388588d72046de271e36726e0f399d0

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/172eacd6f388588d72046de271e36726e0f399d0
You're receiving this email because of your account on code.videolan.org.




More information about the vlc-commits mailing list