[pygobject/ci-pypy7-update] ci: enable pycairo for PyPy



commit a76e311dc28fa8c77ce24976add8403d6b5aef8f
Author: Christoph Reiter <reiter christoph gmail com>
Date:   Wed Feb 13 16:24:49 2019 +0100

    ci: enable pycairo for PyPy

 .gitlab-ci/test-docker.sh | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)
---
diff --git a/.gitlab-ci/test-docker.sh b/.gitlab-ci/test-docker.sh
index 4837d51f..2876accb 100755
--- a/.gitlab-ci/test-docker.sh
+++ b/.gitlab-ci/test-docker.sh
@@ -30,12 +30,8 @@ export CFLAGS="-coverage -ftest-coverage -fprofile-arcs -Werror"
 /usr/bin/python3 -m pip install --user meson
 export PATH="${HOME}/.local/bin:${PATH}"
 export PKG_CONFIG_PATH="$(python -c 'import sys; sys.stdout.write(sys.prefix)')/lib/pkgconfig"
-# pycairo install under PyPy doesn't install a .pc file
-if [[ "${PYIMPL}" == "PyPy" ]]; then
-    meson _build -Dpython="$(which python)" -Dpycairo=false
-else
-    meson _build -Dpython="$(which python)"
-fi
+
+meson _build -Dpython="$(which python)"
 ninja -C _build
 xvfb-run -a meson test --timeout-multiplier 4 -C _build -v
 rm -Rf _build


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]