From c40a5c66b069fc709047b5c461a12d85b6d0fe99 Mon Sep 17 00:00:00 2001 From: Matt Wala Date: Fri, 10 May 2019 16:21:17 -0500 Subject: [PATCH] Add examples build --- .gitlab-ci.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fcee7997..1ac04133 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -68,6 +68,23 @@ Python 3 POCL MPI: reports: junit: test/pytest.xml +Python 3 POCL Examples: + script: + - export PY_EXE=python3 + - export PYOPENCL_TEST=portable + - export EXTRA_INSTALL="pybind11 numpy mako mpi4py" + - 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 + artifacts: + reports: + junit: test/pytest.xml + Documentation: script: - EXTRA_INSTALL="pybind11 numpy" -- GitLab