diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3f7e7601d9f9995b2a2fd7044b99a0818771864a..625004324da2c9eb3c6cf4dc7d988e71d2f31424 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,6 +32,23 @@ Python 3 Nvidia Titan V: reports: junit: test/pytest.xml +Python 3 POCL Nvidia Titan V: + script: | + curl -L -O https://tiker.net/ci-support-v0 + . ./ci-support-v0 + export PYOPENCL_TEST=port:titan + build_py_project_in_venv + test_py_project + + tags: + - python3 + - nvidia-titan-v + except: + - tags + artifacts: + reports: + junit: test/pytest.xml + Python 3 POCL Examples: script: - test -n "$SKIP_EXAMPLES" && exit