mirror of
https://github.com/meteor/meteor.git
synced 2026-01-11 00:28:02 -05:00
set path for 7-zip dep
This commit is contained in:
@@ -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}"
|
||||
|
||||
@@ -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 = @(
|
||||
|
||||
Reference in New Issue
Block a user