Skip to content

Commit

Permalink
[ci] refs fibercrypto#17 Add gimme to system and change test_script
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevYuniers committed Nov 26, 2018
1 parent faa7566 commit 3ec33c1
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,10 @@ install:
- cmd: set PATH=c:\projects\pyskycoin\swigwin-3.0.12;%PYTHON%\\Scripts;%PATH%
- cmd: call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
- cmd: swig -version
# # Download, decompress and copy gimme to system folder
# - ps: >-
# ((new-object net.webclient).DownloadString('http://www.dlldownloader.com/gimme-dll/download/41c439f31bfea636635533d4ae192954/62bfe9e0d95fef0b1379933e0c4168a3/'))
#
# # Build
# - cmd: cd C:\projects\pyskycoin
# Download, decompress and copy gimme to system folder
- cmd: curl -o gimme-dll.zip http://www.dlldownloader.com/gimme-dll/download/41c439f31bfea636635533d4ae192954/6467a807837072dbd28a0124bb5dc3f3/
- cmd: 7z x gimme-dll.zip
- cmd: cp gimme.dll C:\Windows\SysWOW64

build: off

Expand All @@ -119,6 +117,6 @@ before_test:
- cmd: make build-libc

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

0 comments on commit 3ec33c1

Please sign in to comment.