Skip to content

Commit 87e5336

Browse files
committed
build: github debug
1 parent 60d9a0b commit 87e5336

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ jobs:
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

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,5 +164,5 @@ target_link_options(${PROJECT_NAME} PRIVATE
164164
# Post-build copy the EuroScope binary
165165
add_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
)

0 commit comments

Comments
 (0)