Skip to content

Commit

Permalink
use batch instead of powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
jvshahid authored and larskanis committed Feb 4, 2017
1 parent 8fb99c3 commit 6636e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
@@ -1,8 +1,8 @@
---
install:
- ps: ((New-Object Net.WebClient).DownloadFile('https://files.gpg4win.org/gpg4win-2.3.1.exe', "$env:TMP\gpg4win.exe"))
- ps: $env:TMP\gpg4win.exe /S
- ps: ((New-Object Net.WebClient).DownloadFile('https://raw.githubusercontent.com/bagder/ca-bundle/master/ca-bundle.crt', "$env:TMP\ca-bundle.crt"))
- %TMP%\gpg4win.exe /S
- SET SSL_CERT_FILE=%TMP%\ca-bundle.crt
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- SET RAKEOPT=-rdevkit
Expand Down

0 comments on commit 6636e90

Please sign in to comment.