forked from CringeStudios/element-desktop
Iterate
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
3b0729451b
commit
bccc2dbbc8
8
.github/workflows/build_and_test.yaml
vendored
8
.github/workflows/build_and_test.yaml
vendored
@ -87,22 +87,22 @@ jobs:
|
||||
os: windows-2022
|
||||
artifact: win-ia32
|
||||
executable: "$LOCALAPPDATA/element-desktop*/Element.exe"
|
||||
prepare_cmd: ". './dist/squirrel-windows*/Element Setup*.exe'"
|
||||
prepare_cmd: '. "./dist/squirrel-windows*/Element Setup*.exe"; Wait-Process -Name setup'
|
||||
- name: Windows (x86) MSI
|
||||
os: windows-2022
|
||||
artifact: win-ia32
|
||||
executable: "C:/Program Files (x86)/Element*/Element*.exe"
|
||||
prepare_cmd: "start /wait msiexec -i ./dist/Element*.msi"
|
||||
prepare_cmd: 'Start-Process msiexec "/i ./dist/Element*.msi /qn"'
|
||||
- name: Windows (x64) Squirrel
|
||||
os: windows-2022
|
||||
artifact: win-x64
|
||||
executable: "$LOCALAPPDATA/element-desktop*/Element.exe"
|
||||
prepare_cmd: ". './dist/squirrel-windows*/Element Setup*.exe'"
|
||||
prepare_cmd: '. "./dist/squirrel-windows*/Element Setup*.exe"; Wait-Process -Name setup'
|
||||
- name: Windows (x64) MSI
|
||||
os: windows-2022
|
||||
artifact: win-x64
|
||||
executable: "C:/Program Files/Element*/Element*.exe"
|
||||
prepare_cmd: "start /wait msiexec -i ./dist/Element*.msi"
|
||||
prepare_cmd: 'Start-Process msiexec "/i ./dist/Element*.msi /qn"'
|
||||
name: Test ${{ matrix.name }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user