[gobject-introspection/ci-test-py35] ci: test with Python 3.5
- From: Christoph Reiter <creiter src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection/ci-test-py35] ci: test with Python 3.5
- Date: Fri, 15 Mar 2019 11:19:57 +0000 (UTC)
commit 686f718f855748f51f37557cf711148250ad3b24
Author: Christoph Reiter <reiter christoph gmail com>
Date: Fri Mar 15 12:18:54 2019 +0100
ci: test with Python 3.5
.gitlab-ci.yml | 21 +++++++++++++++++++++
.gitlab-ci/Dockerfile | 15 ++++++++++++---
.gitlab-ci/run-docker.sh | 2 +-
3 files changed, 34 insertions(+), 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f01e759e..957ea1d8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -34,6 +34,27 @@ fedora-x86_64-meson:
- "${CI_PROJECT_DIR}/_build/meson-logs"
- public
+fedora-x86_64-python3.5:
+ stage: build
+ variables:
+ CCACHE_BASEDIR: "${CI_PROJECT_DIR}"
+ CCACHE_DIR: "${CI_PROJECT_DIR}/_ccache"
+ CFLAGS: "-Werror"
+ PYENV_VERSION: "3.5.6"
+ script:
+ - meson --prefix /usr --libdir /usr/lib64 --buildtype debug -Ddoctool=true -Dgtk_doc=true -Dcairo=true
-Dpython=python3 _build .
+ - cd _build
+ - ninja
+ - meson test --print-errorlogs --suite=gobject-introspection --no-suite=glib
+ except:
+ - tags
+ artifacts:
+ when: always
+ name: "gi-_${CI_COMMIT_REF_NAME}"
+ paths:
+ - "${CI_PROJECT_DIR}/_build/meson-logs"
+ - public
+
msys2-mingw32-meson:
stage: build
tags:
diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile
index 0330e3af..6c46102b 100644
--- a/.gitlab-ci/Dockerfile
+++ b/.gitlab-ci/Dockerfile
@@ -23,18 +23,19 @@ RUN dnf -y install \
glibc-headers \
gtk-doc \
itstool \
- libtool \
- libXft-devel \
- libXfixes-devel \
libattr-devel \
libffi-devel \
libmount-devel \
libselinux-devel \
+ libtool \
+ libXfixes-devel \
+ libXft-devel \
libxml2-devel \
libxslt \
make \
mesa-libGL-devel \
ninja-build \
+ openssl-devel \
pcre-devel \
python3 \
python3-devel \
@@ -42,7 +43,9 @@ RUN dnf -y install \
python3-markdown \
python3-pip \
python3-wheel \
+ readline-devel \
redhat-rpm-config \
+ sqlite-devel \
systemtap-sdt-devel \
zlib-devel \
&& dnf clean all
@@ -57,3 +60,9 @@ USER user
WORKDIR /home/user
ENV LANG C.UTF-8
+
+ENV PYENV_ROOT /home/user/.pyenv
+ENV PATH="${PYENV_ROOT}/shims:${PYENV_ROOT}/bin:${PATH}"
+ENV PYTHON_CONFIGURE_OPTS="--enable-shared"
+RUN curl -L https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/pyenv-installer | bash
+RUN pyenv install 3.5.6
diff --git a/.gitlab-ci/run-docker.sh b/.gitlab-ci/run-docker.sh
index ef014646..2334edad 100755
--- a/.gitlab-ci/run-docker.sh
+++ b/.gitlab-ci/run-docker.sh
@@ -2,7 +2,7 @@
set -e
-TAG="registry.gitlab.gnome.org/gnome/gobject-introspection:v4"
+TAG="registry.gitlab.gnome.org/gnome/gobject-introspection:v5"
sudo docker build --build-arg HOST_USER_ID="$UID" --tag "${TAG}" \
--file "Dockerfile" .
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]