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
Fix JIT compile in CI
  • Loading branch information
inducer committed Jun 17, 2015
1 parent 3a6a73f commit d3a33a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Expand Up @@ -4,6 +4,7 @@ Python 2.7:
- EXTRA_INSTALL=numpy
- echo "BOOST_BINDINGS_INC_DIR = ['boost-numeric-bindings']" > siteconf.py
- if ! test -d boost-numeric-bindings; then git clone http://git.tiker.net/trees/boost-numeric-bindings.git; fi
- if ! test -d ./test/boost-numeric-bindings; then (cd test; ln -s ../boost-numeric-bindings); 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:
Expand Down

0 comments on commit d3a33a0

Please sign in to comment.