]> granicus.if.org Git - graphviz/commitdiff
Add macOS autotools build to CI
authorMagnus Jacobsson <magnus.jacobsson@berotec.se>
Wed, 30 Sep 2020 15:16:19 +0000 (17:16 +0200)
committerMagnus Jacobsson <magnus.jacobsson@berotec.se>
Sun, 4 Oct 2020 07:58:14 +0000 (09:58 +0200)
.gitlab-ci.yml

index f59a9342c09625cf3e20e5fb7b2bb823fca41ac2..e60dfa04f090ebf0345dcfae6c2c93ee5a6279fb 100644 (file)
@@ -269,6 +269,18 @@ ubuntu20-04-build:
         - linux
     image: "graphviz/graphviz:ubuntu-20.04"
 
+macos-autotools-build:
+    <<: *macos_build_definition
+    before_script:
+        - brew install autogen
+        - brew install bison
+        - export PATH="/usr/local/opt/bison/bin:$PATH"
+        - export build_system="autotools"
+        - python3 gen_version.py > VERSION # FIXME: remove when building from portable source
+        - echo experimental > COLLECTION
+    tags:
+        - macos
+
 ubuntu18-04-cmake-build:
     <<: *deb_build_definition
     before_script: