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

Add a CI job for Python 3.7

parent d0b9b8bd
No related branches found
No related tags found
1 merge request!39Add a CI job for Python 3.7
Pipeline #12344 passed with warnings
...@@ -109,6 +109,19 @@ Python 3.6 POCL: ...@@ -109,6 +109,19 @@ Python 3.6 POCL:
except: except:
- tags - tags
Python 3.7 POCL:
script:
- export PY_EXE=python3.7
- export PYOPENCL_TEST=portable
- export EXTRA_INSTALL="numpy mako"
- 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"
tags:
- python3.7
- pocl
except:
- tags
Python 3.6 POCL CL 1.1: Python 3.6 POCL CL 1.1:
script: script:
- export PY_EXE=python3.5 - export PY_EXE=python3.5
......
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