We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5daa6e0 commit a9f19a4Copy full SHA for a9f19a4
1 file changed
.travis.yml
@@ -61,7 +61,10 @@ matrix:
61
script:
62
- export PRIMITIV_PYTHON_BUILD_NUMBER="${TRAVIS_BUILD_NUMBER}";
63
- pip install cython numpy scikit-build twine
64
- - $TRAVIS_BUILD_DIR/setup.py sdist --bundle-core-library
+ - wget "http://bitbucket.org/eigen/eigen/get/3.3.4.tar.bz2" -O eigen-downloaded.tar.gz
65
+ - mkdir ./eigen-downloaded
66
+ - tar xf ./eigen-downloaded.tar.gz --strip-components=1 -C ./eigen-downloaded
67
+ - $TRAVIS_BUILD_DIR/setup.py sdist --bundle-core-library --bundle-eigen-headers ./eigen-downloaded
68
deploy:
69
skip_cleanup: true
70
provider: script
0 commit comments