Skip to content

Commit 688b677

Browse files
committed
s
1 parent ccdbde1 commit 688b677

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/CI-windows.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,7 @@ jobs:
5555
5656
- name: Build GUI release
5757
run: |
58-
cmake --build build --config Debug --target cppcheck-gui || exit /b !errorlevel!
59-
60-
# TODO: is there a way to do this in CMake
61-
- name: Deploy GUI
62-
run: |
63-
windeployqt --no-translations build\bin\Debug || exit /b !errorlevel!
58+
cmake --build build --config Debug --target windeployqt || exit /b !errorlevel!
6459
6560
# TODO: run GUI tests
6661

gui/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ CheckOptions:
7171
add_dependencies(cppcheck-gui online-help.qhc)
7272
endif()
7373

74+
# TODO: is there a better way to do this?
7475
if(MSVC)
7576
message(STATUS "CMAKE_BINARY_DIR=${CMAKE_BINARY_DIR}")
7677
add_custom_target(windeployqt ${WINDEPLOYQT} --no-translations ${CMAKE_BINARY_DIR})

0 commit comments

Comments
 (0)