Fix Cygwin Python Issue (#1068)
* Test Cygwin * more specific python setuptools * readd other tests
This commit is contained in:
committed by
Nguyen Anh Quynh
parent
5bf6d77e4e
commit
075bd65bbb
@@ -1,7 +1,7 @@
|
|||||||
# Appveyor configuration file for CI build of Unicorn Engine on Windows
|
# Appveyor configuration file for CI build of Unicorn Engine on Windows
|
||||||
environment:
|
environment:
|
||||||
CYG_MIRROR: http://cygwin.mirror.constant.com
|
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
|
MSYS_PACKAGES: mingw-w64-x86_64-cmocka mingw-w64-i686-cmocka mingw-w64-x86_64-python2-setuptools mingw-w64-i686-python2-setuptools
|
||||||
matrix:
|
matrix:
|
||||||
- MSYSTEM: MINGW64
|
- MSYSTEM: MINGW64
|
||||||
|
|||||||
Reference in New Issue
Block a user