1
0
forked from boostorg/mp11
This commit is contained in:
Peter Dimov
2018-09-30 22:36:42 +03:00
parent 9c92e7970f
commit e742ccfa75

View File

@@ -236,7 +236,7 @@ matrix:
env: CMAKE_SUBDIR_TEST=1 env: CMAKE_SUBDIR_TEST=1
install: true install: true
script: script:
- cd test/cmake_subir_test && mkdir __build__ && cd __build__ - cd test/cmake_subdir_test && mkdir __build__ && cd __build__
- cmake .. - cmake ..
- cmake --build . - cmake --build .
- cmake --build . --target check - cmake --build . --target check