projects
/
graphviz
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1f0a64
)
Add ubuntu21-04-build job to CI
author
Magnus Jacobsson
<Magnus.Jacobsson@berotec.se>
Thu, 29 Apr 2021 21:42:56 +0000
(23:42 +0200)
committer
Magnus Jacobsson
<Magnus.Jacobsson@berotec.se>
Mon, 10 May 2021 17:21:44 +0000
(19:21 +0200)
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index 22c20d147b884ae550579030c56e922aad3d3667..0679849341c6fb321330d29ee926d03c51a96cef 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-329,6
+329,18
@@
ubuntu20-10-build:
variables:
IMAGE: ubuntu-20.10
+ubuntu21-04-build:
+ <<: *deb_build_definition
+ needs:
+ - job: docker_build_ubuntu-21.04
+ artifacts: false
+ - job: portable-source
+ artifacts: true
+ tags:
+ - linux
+ variables:
+ IMAGE: ubuntu-21.04
+
macos-autotools-build:
<<: *macos_build_definition
before_script: