Test more architectures and iOS port on Travis

[skip appveyor]
This commit is contained in:
Vadim Zeitlin
2020-04-07 02:31:26 +02:00
parent 706c8e8ad6
commit 8932fd2726

View File

@@ -7,42 +7,52 @@ sudo: required
matrix: matrix:
include: include:
- dist: precise - os: linux
compiler: gcc arch: arm64
env: wxUSE_XVFB=1 - os: linux
- dist: trusty arch: ppc64le
compiler: gcc - os: linux
- dist: trusty arch: s390x
compiler: gcc
env: wxCONFIGURE_FLAGS="--enable-utf8 --enable-utf8only --enable-monolithic" wxUSE_XVFB=1
- dist: trusty
compiler: gcc
env: wxGTK_VERSION=3 wxCONFIGURE_FLAGS="--enable-cxx11 --enable-stl --disable-webview" wxMAKEFILE_FLAGS="CXXFLAGS=-std=c++11" wxUSE_XVFB=1
- dist: trusty
compiler: clang
env: wxCONFIGURE_FLAGS="--disable-shared --disable-sys-libs --disable-webview" wxUSE_XVFB=1
- dist: trusty
compiler: gcc
env: wxTOOLSET=cmake wxCMAKE_GENERATOR="Unix Makefiles"
- os: osx - os: osx
osx_image: xcode6.4 osx_image: xcode10
compiler: clang env: wxCONFIGURE_FLAGS="--with-osx_iphone --enable-monolithic --disable-shared" wxSKIP_SAMPLES=1
env: wxCONFIGURE_FLAGS="--enable-cxx11" wxMAKEFILE_FLAGS="CXXFLAGS=-std=c++11" wxSKIP_SAMPLES=1
- os: osx # - dist: precise
compiler: clang # compiler: gcc
env: wxTOOLSET=cmake wxCMAKE_GENERATOR=Xcode wxCMAKE_DEFINES="-DCMAKE_CXX_STANDARD=11" # env: wxUSE_XVFB=1
- dist: trusty # - dist: trusty
compiler: gcc # compiler: gcc
env: wxCONFIGURE_FLAGS="--with-x11 --enable-pch --disable-stc" wxSKIP_SAMPLES=1 # - dist: trusty
- dist: trusty # compiler: gcc
compiler: gcc # env: wxCONFIGURE_FLAGS="--enable-utf8 --enable-utf8only --enable-monolithic" wxUSE_XVFB=1
env: wxCONFIGURE_FLAGS="--with-directfb --enable-pch --disable-stc" wxSKIP_SAMPLES=1 # - dist: trusty
- dist: trusty # compiler: gcc
compiler: gcc # env: wxGTK_VERSION=3 wxCONFIGURE_FLAGS="--enable-cxx11 --enable-stl --disable-webview" wxMAKEFILE_FLAGS="CXXFLAGS=-std=c++11" wxUSE_XVFB=1
env: wxCONFIGURE_FLAGS="--with-motif --enable-pch --disable-stc" wxSKIP_SAMPLES=1 # - dist: trusty
- dist: trusty # compiler: clang
compiler: gcc # env: wxCONFIGURE_FLAGS="--disable-shared --disable-sys-libs --disable-webview" wxUSE_XVFB=1
env: wxCONFIGURE_FLAGS="--with-qt --enable-pch" wxSKIP_SAMPLES=1 # - dist: trusty
# compiler: gcc
# env: wxTOOLSET=cmake wxCMAKE_GENERATOR="Unix Makefiles"
# - os: osx
# osx_image: xcode6.4
# compiler: clang
# env: wxCONFIGURE_FLAGS="--enable-cxx11" wxMAKEFILE_FLAGS="CXXFLAGS=-std=c++11" wxSKIP_SAMPLES=1
# - os: osx
# compiler: clang
# env: wxTOOLSET=cmake wxCMAKE_GENERATOR=Xcode wxCMAKE_DEFINES="-DCMAKE_CXX_STANDARD=11"
# - dist: trusty
# compiler: gcc
# env: wxCONFIGURE_FLAGS="--with-x11 --enable-pch --disable-stc" wxSKIP_SAMPLES=1
# - dist: trusty
# compiler: gcc
# env: wxCONFIGURE_FLAGS="--with-directfb --enable-pch --disable-stc" wxSKIP_SAMPLES=1
# - dist: trusty
# compiler: gcc
# env: wxCONFIGURE_FLAGS="--with-motif --enable-pch --disable-stc" wxSKIP_SAMPLES=1
# - dist: trusty
# compiler: gcc
# env: wxCONFIGURE_FLAGS="--with-qt --enable-pch" wxSKIP_SAMPLES=1
branches: branches:
only: only: