Skip to content
Snippets Groups Projects

Use Pypy3 in Gitlab CI

Merged Andreas Klöckner requested to merge pypy3-gitlab-ci into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 4
2
@@ -165,9 +165,9 @@ Python 3 Conda Apple:
reports:
junit: test/pytest.xml
PyPy POCL:
PyPy3 POCL:
script:
- export PY_EXE=pypy
- export PY_EXE=pypy3
- export PYOPENCL_TEST=portable:pthread
# On pypy, this seems to install old versions from the package index
@@ -179,6 +179,8 @@ PyPy POCL:
- curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh
- ". ./build-and-test-py-project.sh"
allow_failure: true
tags:
- pypy
- pocl
Loading