set path for 7-zip dep

This commit is contained in:
Nacho Codoñer
2024-05-15 16:47:42 +02:00
parent ac8ca09775
commit f7094194c2
2 changed files with 6 additions and 2 deletions

View File

@@ -1,4 +1,6 @@
# Appveyor already sets $PLATFORM to exactly what we don't want, so
set PATH=^%PATH^%;"C:\Program Files\7-Zip"
# Appveyor already sets $PLATFORM to exactly what we don't want, so
# we'll prepend it with 'windows_' if that seems to be the case.
If ($env:PLATFORM -Match '^x86|x64$') {
$env:PLATFORM = "windows_${env:PLATFORM}"

View File

@@ -1,4 +1,6 @@
# For now, we only have one script.
set PATH=^%PATH^%;"C:\Program Files\7-Zip"
# For now, we only have one script.
$jUnit = Join-Path $env:TEMP 'self-test-junit-0.xml'
$tests = @(