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

@@ -245,9 +245,9 @@ else
endif
ifeq ($(DO_WINDOWS_EXPORT),1)
ifneq ($(filter MINGW32%,$(UNAME_S)),)
cmd /c "windows_export.bat x86"
cmd //C "windows_export.bat x86"
else
cmd /c "windows_export.bat x64"
cmd //C "windows_export.bat x64"
endif
endif
endif