variables:
IMAGE: fedora36
-ubuntu18-04-build:
+ubuntu-18.04-build:
<<: *deb_build_definition
needs:
- job: docker_build_ubuntu-18.04
except:
- tags
-ubuntu18-04-cmake-build:
+ubuntu-18.04-cmake-build:
<<: *deb_build_definition
needs:
- job: docker_build_ubuntu-18.04
except:
- tags
-ubuntu18-04-test:
+ubuntu-18.04-test:
<<: *linux_test_definition
before_script:
- export build_system="autotools"
needs:
- - job: "ubuntu18-04-build"
+ - job: "ubuntu-18.04-build"
artifacts: true
tags:
- linux
variables:
- $ENABLE_GRAPHVIZ_MACOS_CI
-ubuntu18-04-cmake-test:
+ubuntu-18.04-cmake-test:
<<: *linux_test_definition
before_script:
- export build_system="cmake"
- python3 gen_version.py --output GRAPHVIZ_VERSION
needs:
- - job: "ubuntu18-04-cmake-build"
+ - job: "ubuntu-18.04-cmake-build"
artifacts: true
tags:
- linux