We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f51780e commit 41884c6Copy full SHA for 41884c6
.travis.yml
@@ -49,7 +49,7 @@ install:
49
# Testing
50
- mkdir build
51
- cd build
52
- - cmake -DBUILD_TESTS=ON -DDOWNLOAD_GTEST=ON ..;
+ - cmake -DBUILD_TESTS=ON -DDOWNLOAD_GTEST=ON -DCMAKE_PREFIX_PATH=$CONDA_PREFIX -DCMAKE_SYSTEM_IGNORE_PATH=/usr/lib ..;
53
- make -j2 test_xtensor_io
54
- cd test
55
script:
0 commit comments