vlc | branch: master | David Fuhrmann <[email protected]> | Thu May 7 18:38:46 2020 +0200| [02a7b108f6aec2a266026c40be55ec3104d846a7] | committer: David Fuhrmann
gitlab-ci: Package macOS sdk archive for nightly builds as well Restores the same behaviour we had with the old Jenkins for some time now. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=02a7b108f6aec2a266026c40be55ec3104d846a7 --- 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: _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
