From 3ec33c1bdc33082d22922da4770a97178de113b5 Mon Sep 17 00:00:00 2001 From: stdevYuniers Date: Mon, 26 Nov 2018 10:37:50 -0500 Subject: [PATCH] [ci] refs #17 Add gimme to system and change test_script --- .appveyor.yml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 146fe8e..38e8d9b 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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 @@ -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"