projects
/
graphviz
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d695bc4
)
CI: add ubuntu21-10-cmake-test job
author
Magnus Jacobsson
<Magnus.Jacobsson@berotec.se>
Mon, 18 Oct 2021 12:43:15 +0000
(14:43 +0200)
committer
Magnus Jacobsson
<Magnus.Jacobsson@berotec.se>
Thu, 21 Oct 2021 20:58:32 +0000
(22:58 +0200)
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index 475ab629e9b026a472d625ae8929f96d95aa587b..57dba10d87e6332d65aba57de9e01e177d65a21d 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-1110,6
+1110,20
@@
ubuntu21-04-cmake-test:
variables:
IMAGE: ubuntu-21.04
+ubuntu21-10-cmake-test:
+ <<: *linux_test_definition
+ before_script:
+ - export build_system="cmake"
+ - python3 gen_version.py > GRAPHVIZ_VERSION
+ - echo experimental > COLLECTION
+ needs:
+ - job: "ubuntu21-10-cmake-build"
+ artifacts: true
+ tags:
+ - linux
+ variables:
+ IMAGE: ubuntu-21.10
+
ubuntu21.04-cmake-ASan-test-including-ctest:
<<: *linux_test_definition_including_ctest
before_script: