diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e0331f1b3a86f533ba2cfec432a1a7a58627b102..36093e8a809ed6559225075534a97cf485b9f33f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -69,6 +69,22 @@ Python 3 POCL: reports: junit: test/pytest.xml +Python 3 POCL Examples: + script: + - test -n "$SKIP_EXAMPLES" && exit + - export PY_EXE=python3 + - export PYOPENCL_TEST=portable:pthread + # cython is here because pytential (for now, for TS) depends on it + - export EXTRA_INSTALL="pybind11 cython numpy mako pyvisfile matplotlib" + - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-py-project-and-run-examples.sh + - ". ./build-py-project-and-run-examples.sh" + tags: + - python3 + - pocl + - large-node + except: + - tags + Documentation: script: - EXTRA_INSTALL="pybind11 cython numpy"