]> granicus.if.org Git - graphviz/commitdiff
propagate COLLECTION from macOS CI build tasks to macOS CI test tasks
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 3 Apr 2021 18:50:37 +0000 (11:50 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 10 Apr 2021 00:04:46 +0000 (17:04 -0700)
This is more straightforward and reliable than trying to keep multiple places
where we manually set the collection coherent.

.gitlab-ci.yml

index cbea5827e528d25bf533c39d98da4bc3c82aa64d..45170e87a36c0f101762072acdd2933c161e12b9 100644 (file)
@@ -96,6 +96,7 @@ portable-source:
         expire_in: 1 week
         paths:
             - VERSION
+            - COLLECTION
             - Packages/*/*/*/*/*/*.zip
             - Packages/*/*/*/*/*/*.tar.gz
             - Metadata/*/*/*/configure.log
@@ -583,7 +584,6 @@ macos-autotools-test:
         - brew install libxaw || brew upgrade libxaw
         - python3 -m pip install --requirement requirements.txt
         - export build_system="autotools"
-        - echo experimental > COLLECTION
     needs:
         - job: portable-source
           artifacts: true
@@ -671,7 +671,6 @@ macos-cmake-test:
         - brew install libxaw || brew upgrade libxaw
         - python3 -m pip install --requirement requirements.txt
         - export build_system="cmake"
-        - echo experimental > COLLECTION
     needs:
         - job: portable-source
           artifacts: true