summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorPavlo Solntsev <p.sun.fun@gmail.com>2020-12-13 21:57:13 -0600
committerPavlo Solntsev <p.sun.fun@gmail.com>2020-12-13 21:57:13 -0600
commit213c8b8d8576bb400bfd0816dbc1328f0ece123b (patch)
treec49318033f6e59e47dd573b58ec2d515e870e7ca /.gitlab-ci.yml
parent3ac399bcc946ef5e398cdf7eaf603f7430ca1f28 (diff)
downloadglibmm-213c8b8d8576bb400bfd0816dbc1328f0ece123b.tar.gz
CI: Replacing old comments with correct ones
The old comments were automatically added when initial version of the script was created. Here we repalce them with meaningful comments.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c3fe20f3..2d9d0f17 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,5 @@
-# This file is a template, and might need editing before it works on your project.
-# use the official gcc image, based on debian
-# can use verions as well, like gcc:5.2
-# see https://hub.docker.com/_/gcc/
+# Currently we have to track two versions of gcc: gcc-9 and gcc-10.
+
image: ubuntu:devel
stages: