forked from CringeStudios/element-desktop
Iterate
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
14888c43e4
commit
b52bd45a5d
9
.github/workflows/build_and_test.yaml
vendored
9
.github/workflows/build_and_test.yaml
vendored
@ -89,7 +89,7 @@ jobs:
|
|||||||
executable: "$LOCALAPPDATA/element-desktop/app-1.11.91/Element.exe"
|
executable: "$LOCALAPPDATA/element-desktop/app-1.11.91/Element.exe"
|
||||||
prepare_cmd: |
|
prepare_cmd: |
|
||||||
. "./dist/squirrel-windows*/Element Setup*.exe"
|
. "./dist/squirrel-windows*/Element Setup*.exe"
|
||||||
Start-Sleep -Seconds 30
|
Start-Sleep -Seconds 60
|
||||||
- name: Windows (x86) MSI
|
- name: Windows (x86) MSI
|
||||||
os: windows-2022
|
os: windows-2022
|
||||||
artifact: win-ia32
|
artifact: win-ia32
|
||||||
@ -99,12 +99,12 @@ jobs:
|
|||||||
$file = Get-Item ./dist/*.msi | Select -First 1 -ExpandProperty FullName
|
$file = Get-Item ./dist/*.msi | Select -First 1 -ExpandProperty FullName
|
||||||
Start-Process $file -ArgumentList "/quiet APPLICATIONFOLDER=$env:RUNNER_TEMP/Element" -Wait
|
Start-Process $file -ArgumentList "/quiet APPLICATIONFOLDER=$env:RUNNER_TEMP/Element" -Wait
|
||||||
- name: Windows (x64) Squirrel
|
- name: Windows (x64) Squirrel
|
||||||
os: windows-2022 ≥0∫≤1
|
os: windows-2022
|
||||||
artifact: win-x64
|
artifact: win-x64
|
||||||
executable: "$LOCALAPPDATA/element-desktop/app-1.11.91/Element.exe"
|
executable: "$LOCALAPPDATA/element-desktop/app-1.11.91/Element.exe"
|
||||||
prepare_cmd: |
|
prepare_cmd: |
|
||||||
. "./dist/squirrel-windows*/Element Setup*.exe"
|
. "./dist/squirrel-windows*/Element Setup*.exe"
|
||||||
Start-Sleep -Seconds 30
|
Start-Sleep -Seconds 60
|
||||||
ls $env:LOCALAPPDATA
|
ls $env:LOCALAPPDATA
|
||||||
ls $env:LOCALAPPDATA/element-desktop
|
ls $env:LOCALAPPDATA/element-desktop
|
||||||
- name: Windows (x64) MSI
|
- name: Windows (x64) MSI
|
||||||
@ -116,8 +116,7 @@ jobs:
|
|||||||
$file = Get-Item ./dist/*.msi | Select -First 1 -ExpandProperty FullName
|
$file = Get-Item ./dist/*.msi | Select -First 1 -ExpandProperty FullName
|
||||||
Start-Process $file -ArgumentList "/quiet APPLICATIONFOLDER=$env:RUNNER_TEMP/Element" -Wait
|
Start-Process $file -ArgumentList "/quiet APPLICATIONFOLDER=$env:RUNNER_TEMP/Element" -Wait
|
||||||
ls $env:RUNNER_TEMP
|
ls $env:RUNNER_TEMP
|
||||||
ls $env:RUNNER_TEMP/Element
|
Start-Sleep -Seconds 60
|
||||||
Start-Sleep -Seconds 30
|
|
||||||
ls $env:RUNNER_TEMP
|
ls $env:RUNNER_TEMP
|
||||||
ls $env:RUNNER_TEMP/Element
|
ls $env:RUNNER_TEMP/Element
|
||||||
name: Test ${{ matrix.name }}
|
name: Test ${{ matrix.name }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user