From 2b5d1a3ca2f718af1fa479398f5470757c961b65 Mon Sep 17 00:00:00 2001 From: stdevYuniers Date: Tue, 27 Nov 2018 21:41:56 -0500 Subject: [PATCH] [ci] refs #17 Uncomment rdp connection --- .appveyor.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 8e03f22..2293f77 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -36,11 +36,11 @@ environment: PYTHON_ARCH: 64 TEST_MODE: full -#init: -# - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) +init: + - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) -#on_finish: -# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) +on_finish: + - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) stack: go 1.11 @@ -54,7 +54,7 @@ cache: install: # - C:\cygwin64\bin\du -hs "%LOCALAPPDATA%\pip\Cache" - - cmd: C:\cygwin64\setup-x86_64.exe -qnNdO -R C:/cygwin64 -s http://cygwin.mirror.constant.com -l C:/cygwin64/var/cache/setup -P mingw64-x86_64-gcc-g++ -P mingw64-x86_64-gcc-core -P mingw64-i686-gcc-g++ -P mingw64-i686-gcc-core +# - cmd: C:\cygwin64\setup-x86_64.exe -qnNdO -R C:/cygwin64 -s http://cygwin.mirror.constant.com -l C:/cygwin64/var/cache/setup -P mingw64-x86_64-gcc-g++ -P mingw64-x86_64-gcc-core -P mingw64-i686-gcc-g++ -P mingw64-i686-gcc-core - set PATH=%GIT%;%PYTHON%;%PYTHON%\Scripts;%GOPATH%;%CYGWIN_64%\bin;%PATH% - env - python --version