From a233f77eec13ad33fc1157ef415df3eef5c57b0f Mon Sep 17 00:00:00 2001 From: Fedja Beader Date: Tue, 13 Feb 2024 19:47:21 +0100 Subject: Add meway's Ubuntu --- .gitlab-ci.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b0aae2f..df8ca99 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,6 +18,7 @@ variables: &base_vars variables: <<: *base_vars +# Active server re:ubuntu1804:build: <<: *prerequisites stage: build @@ -29,3 +30,16 @@ re:ubuntu1804:build: - ./configure --user - make - make install + +# Meway's platform of suffering +re:ubuntu2204:build: + <<: *prerequisites + stage: build + image: ubuntu:22.04 + variables: + <<: *base_vars + script: + - git submodule update --init + - ./configure --user + - make + - make install -- cgit v1.2.3-60-g2f50