fix msys2 and travis builds (#1118)

* fix msys2 builds

* move to travis xenial

now the default

* add i386 cmocka

* move to only different cmocka on 32 bit build

* minimize packages on non x86
This commit is contained in:
Stephen
2019-08-11 02:47:36 -07:00
committed by Nguyen Anh Quynh
parent 2a4924b161
commit 8f0f77233d
3 changed files with 4 additions and 45 deletions

View File

@@ -2,7 +2,7 @@
environment:
CYG_MIRROR: http://cygwin.mirror.constant.com
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-python3-setuptools mingw-w64-i686-python3-setuptools
matrix:
- MSYSTEM: MINGW64
BASH: C:\msys64\usr\bin\bash