appveyor: fixup PATH

This commit is contained in:
Alam Ed Arias 2016-09-06 20:09:45 -04:00
parent ab322179f5
commit f5ae094e5b

View file

@ -40,8 +40,8 @@ configuration:
- DD - DD
before_build: before_build:
- set Path=%MINGW_SDK%\bin;%Path% - set PATH=%MINGW_SDK%\bin;%PATH%
- i686-w64-mingw32-gcc --version - mingw32-gcc --version
- mingw32-make --version - mingw32-make --version
- nasm -v - nasm -v
- upx -V - upx -V
@ -81,5 +81,5 @@ deploy:
on_finish: on_finish:
- cmd: echo xfreerdp /u:appveyor /cert-ignore +clipboard /v:<ip>:<port> #- cmd: echo xfreerdp /u:appveyor /cert-ignore +clipboard /v:<ip>:<port>
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) #- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))