mirror of
https://github.com/boostorg/assert.git
synced 2025-08-02 13:54:28 +02:00
cd into the right directory on Appveyor
This commit is contained in:
@@ -63,7 +63,7 @@ test_script:
|
|||||||
- if not "%CMAKE%" == "" ctest --output-on-failure -R boost_assert -C MinSizeRel
|
- if not "%CMAKE%" == "" ctest --output-on-failure -R boost_assert -C MinSizeRel
|
||||||
- if not "%CMAKE%" == "" ctest --output-on-failure -R boost_assert -C RelWithDebInfo
|
- if not "%CMAKE%" == "" ctest --output-on-failure -R boost_assert -C RelWithDebInfo
|
||||||
|
|
||||||
- if not "%CMAKE_SUBDIR%" == "" cd test/cmake_subdir_test && mkdir __build__ && cd __build__
|
- if not "%CMAKE_SUBDIR%" == "" cd libs/assert/test/cmake_subdir_test && mkdir __build__ && cd __build__
|
||||||
- if not "%CMAKE_SUBDIR%" == "" cmake ..
|
- if not "%CMAKE_SUBDIR%" == "" cmake ..
|
||||||
- if not "%CMAKE_SUBDIR%" == "" cmake --build . --config Debug && cmake --build . --target check --config Debug
|
- if not "%CMAKE_SUBDIR%" == "" cmake --build . --config Debug && cmake --build . --target check --config Debug
|
||||||
- if not "%CMAKE_SUBDIR%" == "" cmake --build . --config Release && cmake --build . --target check --config Release
|
- if not "%CMAKE_SUBDIR%" == "" cmake --build . --config Release && cmake --build . --target check --config Release
|
||||||
|
Reference in New Issue
Block a user