summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFedja Beader <fedja@protonmail.ch>2024-02-13 19:47:21 +0100
committerFedja Beader <fedja@protonmail.ch>2024-02-13 19:47:21 +0100
commita233f77eec13ad33fc1157ef415df3eef5c57b0f (patch)
tree9829d928a8c23b307e5218e6954a2c17b0331cc6
parent53e660135fadea8e1380165252ab87e3d4dfd105 (diff)
downloadtmwa-py2CI.tar.gz
tmwa-py2CI.tar.bz2
tmwa-py2CI.tar.xz
tmwa-py2CI.zip
Add meway's Ubuntutmwa-py2CI
-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