From 33822aee02d4060dd2ae532cf316a87edd2502ca Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Wed, 3 Aug 2016 17:23:05 -0500 Subject: [PATCH] Run CI with Py3 --- .gitlab-ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7934510..c2c1614 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,3 +22,15 @@ Python 2.7 POCL: - pocl except: - tags +Python 3.5 POCL: + script: + - export PY_EXE=python3.5 + - export PYOPENCL_TEST=portable + - export EXTRA_INSTALL="numpy mako" + - 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.5 + - pocl + except: + - tags -- GitLab