mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
appveyor: fixup PATH
This commit is contained in:
parent
ab322179f5
commit
f5ae094e5b
1 changed files with 4 additions and 4 deletions
|
|
@ -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'))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue