Navigation Menu

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

Commit

Permalink
Re-Fix JIT compile in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jun 17, 2015
1 parent d3a33a0 commit 8cbf525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Expand Up @@ -2,7 +2,7 @@ Python 2.7:
script:
- py_version=2.7
- EXTRA_INSTALL=numpy
- echo "BOOST_BINDINGS_INC_DIR = ['boost-numeric-bindings']" > siteconf.py
- echo "BOOST_BINDINGS_INC_DIR = ['boost-numeric-bindings']" > ~/.aksetup-defaults.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
Expand Down

0 comments on commit 8cbf525

Please sign in to comment.