Skip to content
Snippets Groups Projects
Commit 0b6934b4 authored by Henrik Triem's avatar Henrik Triem
Browse files

Add gitlab- and Makefile for Focal Fossa (Ubuntu 20.04 LTS)

parent 05f64edd
No related branches found
No related tags found
No related merge requests found
Pipeline #9440 failed
......@@ -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
......
TARGETS := trusty xenial bionic disco eoan
TARGETS := trusty xenial bionic disco eoan focal
TARGETS_PUSH := $(TARGETS:=-push)
TARGETS_CLEAN := $(TARGETS:=-clean)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment