Skip to content
Snippets Groups Projects
Verified Commit 705fefe3 authored by Ralph Giles's avatar Ralph Giles
Browse files

gitlab-ci: Move tags and image properties to a default section.

This avoids redundancy and conforms to more recent style.
parent 56728646
No related branches found
No related tags found
No related merge requests found
# Image from https://hub.docker.com/_/gcc/ based on Debian
image: gcc:9
default:
tags:
- docker
# Image from https://hub.docker.com/_/gcc/ based on Debian
image: gcc:9
autotools:
stage: build
......@@ -12,8 +15,6 @@ autotools:
- ./configure
- make
- make distcheck
tags:
- docker
makefile:
stage: build
......@@ -23,8 +24,6 @@ makefile:
script:
- make -C unix
- make -C unix check
tags:
- docker
doc:
stage: build
......@@ -33,5 +32,3 @@ doc:
apt-get install -y doxygen graphviz
script:
- make -C doc
tags:
- docker
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