summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml14
1 files changed, 14 insertions, 0 deletions
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