Fix Cygwin Python Issue (#1068)

* Test Cygwin

* more specific python setuptools

* readd other tests
This commit is contained in:
Stephen 2019-02-27 17:54:45 -08:00 committed by Nguyen Anh Quynh
parent 5bf6d77e4e
commit 075bd65bbb

View File

@ -1,7 +1,7 @@
# Appveyor configuration file for CI build of Unicorn Engine on Windows
environment:
CYG_MIRROR: http://cygwin.mirror.constant.com
CYG_PACKAGES: make,gcc-core,clang,pkg-config,libpcre-devel,cmake,python-setuptools,ruby,mingw64-i686-gcc-core,mingw64-x86_64-gcc-core
CYG_PACKAGES: make,gcc-core,clang,pkg-config,libpcre-devel,cmake,python27-setuptools,ruby,mingw64-i686-gcc-core,mingw64-x86_64-gcc-core
MSYS_PACKAGES: mingw-w64-x86_64-cmocka mingw-w64-i686-cmocka mingw-w64-x86_64-python2-setuptools mingw-w64-i686-python2-setuptools
matrix:
- MSYSTEM: MINGW64