appveyor-patch.ps1 338 B

1234567891011
  1. # Script to patch Appveyor build environment for Visual Studio 2008 64bit
  2. $url = "https://github.com/menpo/condaci/raw/master/vs2008_patch.zip"
  3. $output = "$pwd\build\vs2008_patch.zip"
  4. (New-Object System.Net.WebClient).DownloadFile($url, $output)
  5. 7z -e "$pwd\build\vs2008_patch.zip"
  6. cmd.exe /c "$pwd\build\vs2008_patch\setup_x64.bat"