File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646
4747 - name : Run Tests
4848 working-directory : build
49- run : ctest -C Release --output-on-failure --no-tests=error
49+ run : |
50+ dir
51+ ctest -C Release --output-on-failure --no-tests=error
5052
5153 format :
5254 name : Format
Original file line number Diff line number Diff line change @@ -164,5 +164,5 @@ target_link_options(${PROJECT_NAME} PRIVATE
164164# Post-build copy the EuroScope binary
165165add_custom_command (TARGET ${PROJECT_NAME} POST_BUILD
166166 COMMAND ${CMAKE_COMMAND} -E copy "${CMAKE_CURRENT_SOURCE_DIR} /../lib/EuroScopePlugInDll.dll" "${PROJECT_BINARY_DIR} /EuroScopePlugInDll.dll"
167- COMMENT "Copied EuroScope shared library to ${PROJECT_BINARY_DIR} /bin/ EuroScopePlugInDll.dll"
167+ COMMENT "Copied EuroScope shared library to ${PROJECT_BINARY_DIR} /EuroScopePlugInDll.dll"
168168 )
You can’t perform that action at this time.
0 commit comments