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