summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2018-06-16 19:30:40 +0200
committerChristian Beier <dontmind@freeshell.org>2018-06-16 19:30:40 +0200
commita67e22dd1f139fd8025fae370ad33d861bb657ef (patch)
treeec5c3ebc1941a6ad670a32fee4693f176397ca37
parent84dee73eee5f5a9c3bcc5b283d926e3170ef7525 (diff)
downloadlibtdevnc-a67e22dd.tar.gz
libtdevnc-a67e22dd.zip
AppVeyorCI: remove unused statements
-rw-r--r--.appveyor.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index dd43550..73e30ba 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -1,7 +1,4 @@
-#environment:
-# APPVEYOR_RDP_PASSWORD: Pa55word
-
environment:
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
@@ -11,9 +8,6 @@ environment:
DEVENV_EXE: C:\"Program Files (x86)"\"Microsoft Visual Studio"\2017\Community\Common7\IDE\devenv.exe
VSDEVCMD_BAT: C:\"Program Files (x86)"\"Microsoft Visual Studio"\2017\Community\Common7\Tools\VsDevCmd.bat
-#init:
-# - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
-
install:
- if not exist deps mkdir deps
- cd deps
@@ -62,6 +56,4 @@ build_script:
- cmake --build .
- ctest -C Debug --output-on-failure
-#on_finish:
-# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))