Fix .travis.yml

This commit is contained in:
Peter Dimov
2019-01-06 01:23:40 +02:00
parent bce6f5ff79
commit 9ded210338

View File

@@ -254,7 +254,7 @@ matrix:
compiler: g++ compiler: g++
env: CMAKE_SUBDIR_TEST=1 env: CMAKE_SUBDIR_TEST=1
script: script:
- cd test/cmake_subdir_test && mkdir __build__ && cd __build__ - cd libs/bind/test/cmake_subdir_test && mkdir __build__ && cd __build__
- cmake .. - cmake ..
- cmake --build . - cmake --build .
- cmake --build . --target check - cmake --build . --target check