Skip to content

Commit

Permalink
Add POCL test
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jul 2, 2015
1 parent 130115b commit 6e6aaad
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitlab-ci.yml
Expand Up @@ -61,6 +61,18 @@ Python 2.7 K20:
- cuda
except:
- tags
Python 2.7 POCL:
script:
- export PY_EXE=python2.7
- 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:
- python2.7
- pocl
except:
- tags
Python 2.7 Apple:
script:
- export PY_EXE=python2.7
Expand Down

0 comments on commit 6e6aaad

Please sign in to comment.