File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -322,22 +322,6 @@ jobs:
322322 cd ../boost-root/__build_debug__
323323 ctest --output-on-failure --no-tests=error
324324
325- - name : Configure (RelWithDebInfo)
326- run : |
327- cd ../boost-root
328- mkdir __build_relwithdebinfo__ && cd __build_relwithdebinfo__
329- cmake -DBOOST_INCLUDE_LIBRARIES=$LIBRARY -DBUILD_TESTING=ON -DBUILD_SHARED_LIBS=${{matrix.shared}} -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
330-
331- - name : Build tests (RelWithDebInfo)
332- run : |
333- cd ../boost-root/__build_relwithdebinfo__
334- cmake --build . --target tests
335-
336- - name : Run tests (RelWithDebInfo)
337- run : |
338- cd ../boost-root/__build_relwithdebinfo__
339- ctest --output-on-failure --no-tests=error
340-
341325 windows-cmake-subdir :
342326 strategy :
343327 fail-fast : false
You can’t perform that action at this time.
0 commit comments