update: 'Build' step

This commit is contained in:
MrMirDan
2026-04-21 16:30:07 +03:00
parent ffb1e556b1
commit 3426ea4e26

View File

@@ -824,12 +824,18 @@ jobs:
-DCMAKE_BUILD_TYPE=Release ^
-DBUILD_TESTING=ON
- name: 'Build'
shell: cmd
run: cmake --build build --config Release
- name: Deploy Qt dependencies
shell: cmd
run: |
for %%f in (out\build\client\tests\*.exe) do (windeployqt %%f)
for %%f in (build\client\tests\*.exe) do (windeployqt %%f)
- name: 'Run tests'
run: |
cd out\build\client\tests
dir build\client\tests
dir build\client
cd build\client\tests
ctest --output-on-failure