2013-07-25 17:55:17 -04:00
|
|
|
# This is the control file for Travis continuous integration system.
|
|
|
|
#
|
|
|
|
# It is used automatically for the repositories on Github if it's found in the
|
|
|
|
# root directory of the project.
|
|
|
|
language: cpp
|
2015-12-17 09:57:34 -05:00
|
|
|
sudo: required
|
2013-07-25 17:55:17 -04:00
|
|
|
|
2015-12-30 09:56:44 -05:00
|
|
|
matrix:
|
|
|
|
include:
|
2020-04-21 17:08:34 -04:00
|
|
|
- dist: trusty
|
2020-04-19 16:55:35 -04:00
|
|
|
compiler: gcc
|
2020-04-20 00:32:04 -04:00
|
|
|
env: wxGTK_VERSION=2 wxUSE_XVFB=1
|
2020-04-21 17:08:34 -04:00
|
|
|
name: wxGTK 2 Ubuntu 14.04
|
|
|
|
- dist: xenial
|
2020-04-19 16:55:35 -04:00
|
|
|
compiler: gcc
|
2020-04-20 00:32:04 -04:00
|
|
|
env: wxGTK_VERSION=3
|
2020-04-21 17:08:34 -04:00
|
|
|
name: wxGTK 3 Ubuntu 16.04
|
|
|
|
- dist: bionic
|
2020-04-19 16:55:35 -04:00
|
|
|
compiler: gcc
|
2020-04-20 00:32:04 -04:00
|
|
|
env: wxGTK_VERSION=2 wxCONFIGURE_FLAGS="--enable-utf8 --enable-utf8only --enable-monolithic" wxUSE_XVFB=1
|
2020-04-21 17:08:34 -04:00
|
|
|
name: wxGTK 2 UTF-8 Ubuntu 18.04
|
|
|
|
- dist: bionic
|
2020-04-19 16:55:35 -04:00
|
|
|
compiler: gcc
|
2020-04-22 18:02:10 -04:00
|
|
|
env: wxGTK_VERSION=3 wxCONFIGURE_FLAGS="--enable-cxx11 --enable-stl --disable-webview" wxMAKEFILE_FLAGS="CXXFLAGS=-std=c++11 LDFLAGS=-Wl,--no-as-needed" wxUSE_XVFB=1
|
2020-04-21 17:08:34 -04:00
|
|
|
name: wxGTK 3 STL Ubuntu 18.04
|
|
|
|
- dist: bionic
|
2020-04-19 16:55:35 -04:00
|
|
|
compiler: clang
|
2020-04-20 00:32:04 -04:00
|
|
|
env: wxGTK_VERSION=2 wxCONFIGURE_FLAGS="--disable-shared --disable-sys-libs --disable-webview" wxUSE_XVFB=1
|
2020-04-21 17:08:34 -04:00
|
|
|
name: wxGTK 2 clang Ubuntu 18.04
|
|
|
|
- dist: bionic
|
2020-04-19 16:55:35 -04:00
|
|
|
compiler: gcc
|
2020-04-26 16:01:11 -04:00
|
|
|
env: wxGTK_VERSION=3 wxTOOLSET=cmake wxCMAKE_GENERATOR="Unix Makefiles"
|
|
|
|
name: wxGTK 3 CMake Ubuntu 18.04
|
2020-04-19 16:55:35 -04:00
|
|
|
- os: osx
|
|
|
|
osx_image: xcode6.4
|
|
|
|
compiler: clang
|
|
|
|
env: wxCONFIGURE_FLAGS="--enable-cxx11" wxMAKEFILE_FLAGS="CXXFLAGS=-std=c++11" wxSKIP_SAMPLES=1
|
2020-04-19 17:04:27 -04:00
|
|
|
name: wxOSX Xcode 6.4
|
2020-04-19 16:55:35 -04:00
|
|
|
- os: osx
|
2020-04-19 17:04:27 -04:00
|
|
|
osx_image: xcode9.4
|
2020-04-19 16:55:35 -04:00
|
|
|
compiler: clang
|
|
|
|
env: wxTOOLSET=cmake wxCMAKE_GENERATOR=Xcode wxCMAKE_DEFINES="-DCMAKE_CXX_STANDARD=11"
|
2020-04-22 11:54:01 -04:00
|
|
|
name: wxOSX CMake Xcode 9.4
|
2020-04-21 17:07:57 -04:00
|
|
|
- os: osx
|
|
|
|
osx_image: xcode11.3
|
2020-04-22 11:20:48 -04:00
|
|
|
env: wxCONFIGURE_FLAGS="--enable-monolithic --with-cxx=17 --with-macosx-version-min=10.12 --enable-stl"
|
2020-04-21 17:07:57 -04:00
|
|
|
name: wxOSX Xcode 11.3
|
2020-05-07 02:29:05 -04:00
|
|
|
- os: osx
|
|
|
|
osx_image: xcode11.4
|
2020-05-07 07:01:43 -04:00
|
|
|
env: wxCONFIGURE_FLAGS="--enable-monolithic --with-cxx=17 --host=i686-apple-darwin_sim --build=x86_64-apple-darwin17.7.0 --with-osx_iphone --with-macosx-version-min=9.0 --with-macosx-sdk=$(xcrun --sdk iphonesimulator --show-sdk-path) --enable-stl --with-libtiff=builtin" wxSKIP_GUI=1 wxSKIP_SAMPLES=1
|
2020-05-07 02:29:05 -04:00
|
|
|
name: wxOSX iOS Xcode 11.4
|
2020-04-21 17:08:34 -04:00
|
|
|
- dist: bionic
|
2020-04-19 16:55:35 -04:00
|
|
|
compiler: gcc
|
|
|
|
env: wxCONFIGURE_FLAGS="--with-x11 --enable-pch --disable-stc" wxSKIP_SAMPLES=1
|
2020-04-21 17:08:34 -04:00
|
|
|
name: wxX11 Ubuntu 18.04
|
|
|
|
- dist: bionic
|
2020-04-19 16:55:35 -04:00
|
|
|
compiler: gcc
|
|
|
|
env: wxCONFIGURE_FLAGS="--with-directfb --enable-pch --disable-stc" wxSKIP_SAMPLES=1
|
2020-04-21 17:08:34 -04:00
|
|
|
name: wxDFB Ubuntu 18.04
|
|
|
|
- dist: bionic
|
2020-04-19 16:55:35 -04:00
|
|
|
compiler: gcc
|
|
|
|
env: wxCONFIGURE_FLAGS="--with-motif --enable-pch --disable-stc" wxSKIP_SAMPLES=1
|
2020-04-21 17:08:34 -04:00
|
|
|
name: wxMotif Ubuntu 18.04
|
|
|
|
- dist: bionic
|
2020-04-19 16:55:35 -04:00
|
|
|
compiler: gcc
|
|
|
|
env: wxCONFIGURE_FLAGS="--with-qt --enable-pch" wxSKIP_SAMPLES=1
|
2020-04-21 17:08:34 -04:00
|
|
|
name: wxQt Ubuntu 18.04
|
2020-04-06 20:31:26 -04:00
|
|
|
- os: linux
|
|
|
|
arch: arm64
|
2020-04-07 11:15:04 -04:00
|
|
|
env: wxCONFIGURE_FLAGS="--disable-sys-libs" wxLXC=1
|
2020-04-19 17:04:27 -04:00
|
|
|
name: wxGTK ARM64
|
2020-04-06 20:31:26 -04:00
|
|
|
- os: linux
|
|
|
|
arch: ppc64le
|
2020-04-22 15:00:28 -04:00
|
|
|
env: wxCONFIGURE_FLAGS="--disable-sys-libs --disable-gui" wxLXC=1 wxSKIP_GUI=1
|
2020-04-19 17:04:27 -04:00
|
|
|
name: wxGTK PowerPC64
|
2020-04-06 20:31:26 -04:00
|
|
|
- os: linux
|
|
|
|
arch: s390x
|
2020-04-22 15:00:28 -04:00
|
|
|
env: wxCONFIGURE_FLAGS="--disable-sys-libs --disable-gui" wxLXC=1 wxSKIP_GUI=1
|
2020-04-19 17:04:27 -04:00
|
|
|
name: wxGTK S/390
|
2013-07-25 17:55:17 -04:00
|
|
|
|
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- master
|
2014-05-16 06:53:51 -04:00
|
|
|
- WX_3_0_BRANCH
|
2013-07-25 17:55:17 -04:00
|
|
|
|
|
|
|
notifications:
|
|
|
|
email:
|
|
|
|
recipients:
|
|
|
|
- vadim@wxwidgets.org
|
|
|
|
on_success: change
|
|
|
|
on_failure: change
|
|
|
|
|
2015-12-30 12:03:53 -05:00
|
|
|
before_install: ./build/tools/before_install.sh
|
2013-08-07 07:08:21 -04:00
|
|
|
|
2016-10-06 10:04:55 -04:00
|
|
|
script: bash build/tools/travis-ci.sh
|