1
0
forked from boostorg/bind

cd into the correct directory for cmake_subdir_test

This commit is contained in:
Peter Dimov
2020-01-04 20:41:55 +02:00
parent eb7ccfc6d6
commit cb49b5adb8

View File

@ -293,7 +293,7 @@ matrix:
- git clone -b $BOOST_BRANCH https://github.com/boostorg/config.git ../config
- git clone -b $BOOST_BRANCH https://github.com/boostorg/core.git ../core
script:
- cd libs/bind/test/cmake_subdir_test && mkdir __build__ && cd __build__
- cd test/cmake_subdir_test && mkdir __build__ && cd __build__
- cmake ..
- cmake --build .
- cmake --build . --target check