Skip to content

Commit

Permalink
[ci] refs fibercrypto#17 Uncomment rdp connection
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevYuniers committed Nov 28, 2018
1 parent b228322 commit 2b5d1a3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 2b5d1a3

Please sign in to comment.