Skip to content
Snippets Groups Projects
Commit afac32fb authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Merge branch 'pypy3-gitlab-ci' into 'master'

Use Pypy3 in Gitlab CI

See merge request !114
parents 2525fe87 26c6933d
No related branches found
No related tags found
1 merge request!114Use Pypy3 in Gitlab CI
Pipeline #37499 passed with warnings
...@@ -165,9 +165,9 @@ Python 3 Conda Apple: ...@@ -165,9 +165,9 @@ Python 3 Conda Apple:
reports: reports:
junit: test/pytest.xml junit: test/pytest.xml
PyPy POCL: PyPy3 POCL:
script: script:
- export PY_EXE=pypy - export PY_EXE=pypy3
- export PYOPENCL_TEST=portable:pthread - export PYOPENCL_TEST=portable:pthread
# On pypy, this seems to install old versions from the package index # On pypy, this seems to install old versions from the package index
...@@ -179,6 +179,8 @@ PyPy POCL: ...@@ -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 - 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" - ". ./build-and-test-py-project.sh"
allow_failure: true
tags: tags:
- pypy - pypy
- pocl - pocl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment