1
0
forked from boostorg/bind

Use pip install --user

This commit is contained in:
Peter Dimov
2020-06-04 16:17:39 +03:00
parent fd4aa77824
commit cd32792f0e

View File

@ -301,7 +301,7 @@ matrix:
- os: linux
env: CMAKE_INSTALL_TEST=1
script:
- pip install cmake
- pip install --user cmake
- mkdir __build__ && cd __build__
- cmake -DBOOST_ENABLE_CMAKE=1 -DBoost_VERBOSE=1 -DBOOST_INCLUDE_LIBRARIES=bind -DCMAKE_INSTALL_PREFIX=~/.local ..
- cmake --build . --target install