Skip to content

Commit

Permalink
[ci] refs fibercrypto#17 Change test script and comment rdp connection
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevYuniers committed Nov 28, 2018
1 parent 24ede03 commit d88f315
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,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 @@ -53,7 +53,7 @@ cache:

install:
- set PATH=%GIT%;%PYTHON%;%PYTHON%\Scripts;%MINGW_W64%\bin;%PATH%
- env
# - env
- python --version
- gcc --version
- cmd: git submodule update --init --recursive --remote
Expand Down Expand Up @@ -115,6 +115,9 @@ before_test:
- cmd: mingw32-make build-libc

test_script:
# - make build-libc
# - mingw32-make build-libc
# - mingw32-make build-swig
# - mingw32-make develop
- cmd: mingw32-make test
# - "%PYTHON%\\python.exe -m tox"
- "build.cmd %PYTHON%\\python.exe -m tox"
# - "build.cmd %PYTHON%\\python.exe -m tox"

0 comments on commit d88f315

Please sign in to comment.