mirror of https://github.com/rwf2/Rocket.git
Remove RDP info from AppVeyor build: it's public.
This commit is contained in:
parent
4f30afc30f
commit
588d95aa58
|
@ -9,10 +9,6 @@ environment:
|
||||||
- TARGET: x86_64-pc-windows-msvc
|
- TARGET: x86_64-pc-windows-msvc
|
||||||
CHANNEL: nightly
|
CHANNEL: nightly
|
||||||
|
|
||||||
# Show RDP information on init.
|
|
||||||
init:
|
|
||||||
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
|
||||||
|
|
||||||
# Install Rust and Cargo
|
# Install Rust and Cargo
|
||||||
install:
|
install:
|
||||||
- curl -sSf -o rustup-init.exe https://win.rustup.rs
|
- curl -sSf -o rustup-init.exe https://win.rustup.rs
|
||||||
|
|
Loading…
Reference in New Issue