mirror of
https://github.com/Vita3K/unicorn.git
synced 2025-02-18 19:17:46 +00:00
Fix Cygwin Python Issue (#1068)
* Test Cygwin * more specific python setuptools * readd other tests
This commit is contained in:
parent
5bf6d77e4e
commit
075bd65bbb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user