From b2283220ee6603882e507b20baaa3d1f41d8129c Mon Sep 17 00:00:00 2001 From: stdevYuniers Date: Tue, 27 Nov 2018 14:32:42 -0500 Subject: [PATCH] i[ci] refs #17 Install more cygwin64 packages to avoid windows tools problems --- .appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.appveyor.yml b/.appveyor.yml index 36db04b..8e03f22 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -54,6 +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 - set PATH=%GIT%;%PYTHON%;%PYTHON%\Scripts;%GOPATH%;%CYGWIN_64%\bin;%PATH% - env - python --version