Skip to content
Snippets Groups Projects

Test examples during CI

Merged Andreas Klöckner requested to merge test-examples into master
+ 16
0
@@ -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"
Loading