]> granicus.if.org Git - graphviz/commitdiff
CI: rename macOS scripts to put 'macos' as a prefix instead of suffix
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 9 Apr 2022 03:59:52 +0000 (20:59 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 11 Apr 2022 14:49:01 +0000 (07:49 -0700)
This aligns these with the pattern used for the MinGW and Cygwin builds, making
the ci/ directory a little more intuitive.

.gitlab-ci.yml
ci/macos-install-build-dependencies.sh [moved from ci/install-build-dependencies-macos.sh with 100% similarity]
ci/macos-install-runtime-dependencies.sh [moved from ci/install-runtime-dependencies-macos.sh with 100% similarity]

index 0a5a97933ce90b15e27dd07076ab31d4f1476b46..12ecc8311aae5b4d236fad8dccf9bde0ed45c442 100644 (file)
@@ -78,7 +78,7 @@ portable-source:
     stage: build
     needs: [] # FIXME: remove when building from portable source
     script:
-        - source ci/install-build-dependencies-macos.sh
+        - source ci/macos-install-build-dependencies.sh
         - logfile=`mktemp`
         - ci/build.sh 2>&1 | tee $logfile
         - echo "$CI_JOB_NAME-warnings `grep -c 'warning:' $logfile`" | tee metrics.txt
@@ -1001,7 +1001,7 @@ fedora35-test:
 macos-autotools-test:
     <<: *test_definition
     before_script:
-        - source ci/install-runtime-dependencies-macos.sh
+        - source ci/macos-install-runtime-dependencies.sh
         - python3 -m pip install --requirement requirements.txt
         - export build_system="autotools"
     needs:
@@ -1079,7 +1079,7 @@ centos7-cmake-test:
 macos-cmake-test:
     <<: *test_definition
     before_script:
-        - source ci/install-runtime-dependencies-macos.sh
+        - source ci/macos-install-runtime-dependencies.sh
         - python3 -m pip install --requirement requirements.txt
         - export build_system="cmake"
         - python3 gen_version.py --output GRAPHVIZ_VERSION