Fix .travis.yml

This commit is contained in:
Peter Dimov
2019-01-06 04:38:22 +02:00
parent 2c01c5d5c8
commit 2929d2dea2

View File

@ -365,7 +365,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/system/test/cmake_subdir_test && mkdir __build__ && cd __build__
- cmake .. - cmake ..
- cmake --build . - cmake --build .
- cmake --build . --target check - cmake --build . --target check