[vlc-devel] [PATCH] gitlab-ci: Package macOS sdk archive for nightly builds as well
Marvin Scholz
epirat07 at gmail.com
Thu May 7 18:50:07 CEST 2020
Thanks!
Looks good to me.
On 7 May 2020, at 18:40, david.fuhrmann at gmail.com wrote:
> 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)
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
More information about the vlc-devel
mailing list