From a7d3bb531b0f0b6c82441cb9635117bd4491af06 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Mon, 8 Jan 2018 13:43:32 -0600 Subject: [PATCH] Add an attempt at an automatic test run --- .gitlab-ci.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7bc80f6..d687fa6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,3 +9,18 @@ Flake8: except: - tags +Python 3.6 POCL: + script: + - export PY_EXE=python3.6 + - export PYOPENCL_TEST=portable + - export EXTRA_INSTALL="numpy mako" + - (cd contrib/meshgen_dealii/; ./build.sh) + - 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.6 + - pocl + - dealii + except: + - tags + -- GitLab