Update CMake when testing installation on Travis

This commit is contained in:
Peter Dimov
2021-06-11 16:10:55 +03:00
parent e2fa62c4d8
commit 6aabfebae6

View File

@ -342,6 +342,7 @@ matrix:
- os: linux
env: CMAKE_INSTALL=1
script:
- pip install --user cmake
- mkdir __build__ && cd __build__
- cmake -DBOOST_INCLUDE_LIBRARIES=assert -DCMAKE_INSTALL_PREFIX=~/.local ..
- cmake --build . --target install