mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
ci: Unsure the Windows built artifact is runnable
This commit is contained in:
parent
5ed4a048a0
commit
e11ee58d6b
1 changed files with 5 additions and 0 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -117,6 +117,11 @@ jobs:
|
||||||
- name: Build the MSI installer
|
- name: Build the MSI installer
|
||||||
# NOTE: This also builds the .exe internally.
|
# NOTE: This also builds the .exe internally.
|
||||||
run: poetry run .\install\windows\build-app.bat
|
run: poetry run .\install\windows\build-app.bat
|
||||||
|
- name: Run the app and check that it doesn't crash. Kill it after 10 seconds.
|
||||||
|
run: |
|
||||||
|
start *\dangerzone.exe
|
||||||
|
timeout /t 10 /nobreak
|
||||||
|
taskkill /f /im dangerzone.exe
|
||||||
|
|
||||||
macOS:
|
macOS:
|
||||||
name: "macOS (${{ matrix.arch }})"
|
name: "macOS (${{ matrix.arch }})"
|
||||||
|
|
Loading…
Reference in a new issue