Skip to content
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.

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 c961703 commit 49fa6d4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitlab-ci.yml
@@ -0,0 +1,11 @@
Python 2.7:
script:
- py_version=2.7
- EXTRA_INSTALL=numpy
- if ! test -d boost-numeric-bindings; then git clone http://git.tiker.net/trees/boost-numeric-bindings.git; fi
- 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
except:
- tags

0 comments on commit 49fa6d4

Please sign in to comment.