]> granicus.if.org Git - graphviz/commitdiff
Changed to generate VERSION in Windows builds
authorMagnus Jacobsson <magnus.jacobsson@berotec.se>
Wed, 12 Aug 2020 14:55:07 +0000 (16:55 +0200)
committerMagnus Jacobsson <magnus.jacobsson@berotec.se>
Wed, 12 Aug 2020 14:56:55 +0000 (16:56 +0200)
Instead of getting it from the portable_source stage. This allows the
Windows builds to start directly and not wait for the portable_source
stage.

.gitlab-ci.yml

index 721a6e3f9ece58266f58456150305ff3df753bdc..7d87bf4bb86d261fce0554eabd542588944b0a86 100644 (file)
@@ -76,6 +76,7 @@ portable-source:
         - $Env:Path += ";C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin"
         - $Env:graphviz_install_dir = "C:\Graphviz"
         # Build
+        - python3 gen_version.py > VERSION
         - >-
             if($env:build_system -eq "cmake") {
               mkdir build;