Skip to content

Commit

Permalink
Changed appveyor.yml build to use powershell
Browse files Browse the repository at this point in the history
[release]
  • Loading branch information
Lakritzator committed May 27, 2019
1 parent 1aba98b commit 7ab0ea4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -14,8 +14,8 @@ environment:
CoverallsRepoToken:
secure: hmXmadCb4cGSBxriCSnrIAtRJF5Jz42rEKKfzJR8HdvY/PFIFUhWZu1xSgN237Se
install:
- cmd: "C:\\Program Files\\Git\\mingw64\\bin\\curl" -O https://download.microsoft.com/download/9/0/1/901B684B-659E-4CBD-BEC8-B3F06967C2E7/NDP471-DevPack-ENU.exe
- cmd: ".\\NDP471-DevPack-ENU.exe" /q /norestart
- ps: Invoke-WebRequest https://download.microsoft.com/download/9/0/1/901B684B-659E-4CBD-BEC8-B3F06967C2E7/NDP471-DevPack-ENU.exe -OutFile NDP471-DevPack-ENU.exe
- ps: Start-Process -FilePath "NDP471-DevPack-ENU.exe" -ArgumentList "/q","/norestart" -Wait
build_script:
- ps: .\build.ps1 --settings_skipverification=true
artifacts:
Expand Down

0 comments on commit 7ab0ea4

Please sign in to comment.