mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-05-08 14:33:23 +00:00
update: 'Build' step
This commit is contained in:
10
.github/workflows/deploy.yml
vendored
10
.github/workflows/deploy.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user