Fix publishing of Windows build artifcats
authorMagnus Jacobsson <magnus.jacobsson@berotec.se>
Fri, 14 Aug 2020 10:04:08 +0000 (12:04 +0200)
committerMagnus Jacobsson <magnus.jacobsson@berotec.se>
Fri, 14 Aug 2020 15:23:28 +0000 (17:23 +0200)
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

.gitlab-ci.yml

index 4dc36b19c4b1bb837aed1358a38ad102c361a5a4..bca8d9ac65373bcce9ad373c56b3b94dc2642c4f 100644 (file)
@@ -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;