From a0b335a8b22247ef389a59d2c87d1ff09961e481 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Tue, 19 May 2020 09:04:12 +0200 Subject: CI: add two jobs building a project using g-i with meson and autotools This tests that after installing the g-i tools a simple project using them can be build with meson and autotools. Fixes #341 --- .gitlab-ci/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitlab-ci/Dockerfile') diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile index 0dec6700..3a579cf8 100644 --- a/.gitlab-ci/Dockerfile +++ b/.gitlab-ci/Dockerfile @@ -43,6 +43,7 @@ RUN dnf -y install \ python3-wheel \ readline-devel \ redhat-rpm-config \ + sudo \ sqlite-devel \ systemtap-sdt-devel \ zlib-devel \ @@ -53,6 +54,7 @@ RUN pip3 install meson==0.50.1 ARG HOST_USER_ID=5555 ENV HOST_USER_ID ${HOST_USER_ID} RUN useradd -u $HOST_USER_ID -ms /bin/bash user +RUN echo 'user ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers USER user WORKDIR /home/user -- cgit v1.2.1