From: Magnus Jacobsson Date: Fri, 14 Aug 2020 10:04:08 +0000 (+0200) Subject: Fix publishing of Windows build artifcats X-Git-Tag: 2.46.0~20^2^2~123^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eac153bde2c3e4f8e52f530104d61ff0a353734f;p=graphviz Fix publishing of Windows build artifcats The COLLECTION was missing since we no longer get it from the portable_source stage because the Windows builds start directly and do not wait for the portable_source stage. Therefor we generate it in the Windows builds directly instead. This regresion was introduced in https://gitlab.com/magjac/graphviz/-/commit/3ac7e1c54fe5f8f4bb304796ab77901c73401aee. Fixes https://gitlab.com/graphviz/graphviz/-/issues/1797 --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4dc36b19c..bca8d9ac6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -78,6 +78,7 @@ portable-source: - $Env:graphviz_install_dir = "C:\Graphviz" # Build - python3 gen_version.py > VERSION + - python3 gen_version.py --collection > COLLECTION - >- if($env:build_system -eq "cmake") { mkdir build;