forked from boostorg/smart_ptr
Fix .travis.yml
This commit is contained in:
@ -283,7 +283,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/smart_ptr/test/cmake_subdir_test && mkdir __build__ && cd __build__
|
||||||
- cmake ..
|
- cmake ..
|
||||||
- cmake --build .
|
- cmake --build .
|
||||||
- cmake --build . --target check
|
- cmake --build . --target check
|
||||||
|
Reference in New Issue
Block a user