Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add CI config
  • Loading branch information
inducer committed Jun 17, 2015
1 parent f5958d4 commit ae9a61b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .gitlab-ci.yml
@@ -0,0 +1,22 @@
Python 2.7:
script:
- py_version=2.7
- EXTRA_INSTALL=numpy
- 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
- cuda
except:
- tags
Python 3.4:
script:
- py_version=3.4
- EXTRA_INSTALL=numpy
- 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.4
- cuda
except:
- tags

0 comments on commit ae9a61b

Please sign in to comment.