mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 10:40:09 +00:00
GitHub CI [Windows, XIMEA]: disable all unneeded components
In order to prevent potential freezes that nondeterministically arise.
This commit is contained in:
2
.github/scripts/Windows/prepare.ps1
vendored
2
.github/scripts/Windows/prepare.ps1
vendored
@@ -16,7 +16,7 @@ if (!${env:no_cuda}) {
|
||||
}
|
||||
|
||||
# Install XIMEA
|
||||
$proc = Start-Process -FilePath C:\XIMEA_API_Installer.exe -ArgumentList "/S /SecXiApi=ON" -PassThru
|
||||
$proc = Start-Process -FilePath C:\XIMEA_API_Installer.exe -ArgumentList "/S /SecXiApi=ON /SecDrivers=OFF /SecXiApiNET=OFF /SecGenTL=OFF /SecPython=OFF /SecxiCamTool=OFF /SecxiCamToolExamples=OFF /SecxiCOP=OFF /SecXiLib=OFF /SecExamples=OFF /SecxiXiapiDNG=OFF" -PassThru # /SecDrivers=OFF doesn't actually disable drivers, see also https://www.ximea.com/support/wiki/apis/Unattended_Installation_XIMEA_API_Installer
|
||||
$proc | Wait-Process -Timeout 300 -ErrorAction SilentlyContinue -ErrorVariable timeouted
|
||||
if ($timeouted) {
|
||||
# terminate the process
|
||||
|
||||
Reference in New Issue
Block a user