Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Docker Build Images
ubuntu
Commits
0b6934b4
Commit
0b6934b4
authored
May 04, 2020
by
Henrik Triem
Browse files
Add gitlab- and Makefile for Focal Fossa (Ubuntu 20.04 LTS)
parent
05f64edd
Pipeline
#9440
failed with stage
in 3 minutes and 14 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0b6934b4
...
...
@@ -18,6 +18,9 @@ before_script:
-
make -C ${CI_JOB_NAME}
-
'
[
"$CI_COMMIT_REF_NAME"
!=
master
]
||
make
-C
${CI_JOB_NAME}
push'
focal
:
<<
:
*build_job
eoan
:
<<
:
*build_job
...
...
Makefile
View file @
0b6934b4
TARGETS
:=
trusty xenial bionic disco eoan
TARGETS
:=
trusty xenial bionic disco eoan
focal
TARGETS_PUSH
:=
$
(
TARGETS:
=
-push
)
TARGETS_CLEAN
:=
$
(
TARGETS:
=
-clean
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment