[vlc-devel] [PATCH] gitlab-ci: Package macOS sdk archive for nightly builds as well

david.fuhrmann at gmail.com david.fuhrmann at gmail.com
Thu May 7 18:40:01 CEST 2020


From: David Fuhrmann <dfuhrmann at videolan.org>

Restores the same behaviour we had with the old Jenkins for some
time now.
---
 extras/ci/gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/extras/ci/gitlab-ci.yml b/extras/ci/gitlab-ci.yml
index 7f796fd725..b9d29d162d 100644
--- a/extras/ci/gitlab-ci.yml
+++ b/extras/ci/gitlab-ci.yml
@@ -298,6 +298,7 @@ nightly-macos:
     after_script:
         - mkdir nightlies
         - mv build/vlc-*.dmg nightlies/$(basename build/vlc-*.dmg | sed "s/\.dmg/-${CI_COMMIT_SHORT_SHA}\.dmg/")
+        - mv build/vlc-*.tar.gz nightlies/$(basename build/vlc-*.tar.gz | sed "s/\.tar\.gz/-${CI_COMMIT_SHORT_SHA}\.tar\.gz/")
         - cd nightlies && find . -maxdepth 1 -type f -not -name SHA512SUM | xargs shasum -a 512 | tee SHA512SUM
     artifacts:
         paths:
-- 
2.21.1 (Apple Git-122.3)



More information about the vlc-devel mailing list