mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
AppVeyor: 7z doesn't like c:/
This commit is contained in:
@@ -26,7 +26,7 @@ install:
|
||||
echo "using gtest from cache"
|
||||
} else {
|
||||
(New-Object Net.WebClient).DownloadFile('http://googletest.googlecode.com/files/gtest-1.7.0.zip', 'c:\gtest-1.7.0.zip')
|
||||
7z x -oc:/ c:/gtest-1.7.0.zip
|
||||
7z x -oc:\ c:\gtest-1.7.0.zip
|
||||
}
|
||||
# stdin is broken at AppVeyor, so we open it explicitly as /dev/null
|
||||
build_script:
|
||||
|
||||
Reference in New Issue
Block a user