summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorFedja Beader <fedja@protonmail.ch>2024-02-13 19:41:20 +0100
committerFedja Beader <fedja@protonmail.ch>2024-02-13 19:41:48 +0100
commit53e660135fadea8e1380165252ab87e3d4dfd105 (patch)
treec51359493349570f7d6b0f00366f100708103adf /.gitlab-ci.yml
parent9cb9199a249d147289d014d107b4cbff5dd73b23 (diff)
downloadtmwa-53e660135fadea8e1380165252ab87e3d4dfd105.tar.gz
tmwa-53e660135fadea8e1380165252ab87e3d4dfd105.tar.bz2
tmwa-53e660135fadea8e1380165252ab87e3d4dfd105.tar.xz
tmwa-53e660135fadea8e1380165252ab87e3d4dfd105.zip
Changes for py2
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ed664ab..b0aae2f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ stages:
- build
variables: &base_vars
- DEBIAN_COMMON_PACKAGES: make python3 git gcc g++
+ DEBIAN_COMMON_PACKAGES: make python git gcc g++
.prerequisites: &prerequisites
before_script:
@@ -11,15 +11,17 @@ variables: &base_vars
- uname -a
- apt-get update
- apt-get install -y -qq $INSTALL_PACKAGES $DEBIAN_COMMON_PACKAGES
+ - apt-cache policy python
+ - apt-cache search python
# Compilers
variables:
<<: *base_vars
-re:debian-stable:
+re:ubuntu1804:build:
<<: *prerequisites
stage: build
- image: debian:stable
+ image: ubuntu:18.04
variables:
<<: *base_vars
script: