2013-07-25 21:55:17 +00: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 14:57:34 +00:00
|
|
|
sudo: required
|
2013-07-25 21:55:17 +00:00
|
|
|
|
2015-12-30 14:56:44 +00:00
|
|
|
matrix:
|
|
|
|
include:
|
2020-04-21 21:08:34 +00:00
|
|
|
- dist: trusty
|
2020-04-19 20:55:35 +00:00
|
|
|
compiler: gcc
|
2020-04-20 04:32:04 +00:00
|
|
|
env: wxGTK_VERSION=2 wxUSE_XVFB=1
|
2020-04-21 21:08:34 +00:00
|
|
|
name: wxGTK 2 Ubuntu 14.04
|
|
|
|
- dist: xenial
|
2020-04-19 20:55:35 +00:00
|
|
|
compiler: gcc
|
2020-04-20 04:32:04 +00:00
|
|
|
env: wxGTK_VERSION=3
|
2020-04-21 21:08:34 +00:00
|
|
|
name: wxGTK 3 Ubuntu 16.04
|
|
|
|
- dist: bionic
|
2020-04-19 20:55:35 +00:00
|
|
|
compiler: gcc
|
2020-04-20 04:32:04 +00:00
|
|
|
env: wxGTK_VERSION=2 wxCONFIGURE_FLAGS="--enable-utf8 --enable-utf8only --enable-monolithic" wxUSE_XVFB=1
|
2020-04-21 21:08:34 +00:00
|
|
|
name: wxGTK 2 UTF-8 Ubuntu 18.04
|
|
|
|
- dist: bionic
|
2020-04-19 20:55:35 +00:00
|
|
|
compiler: gcc
|
2020-04-22 22:02:10 +00: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 21:08:34 +00:00
|
|
|
name: wxGTK 3 STL Ubuntu 18.04
|
|
|
|
- dist: bionic
|
2020-04-19 20:55:35 +00:00
|
|
|
compiler: clang
|
2020-04-20 04:32:04 +00:00
|
|
|
env: wxGTK_VERSION=2 wxCONFIGURE_FLAGS="--disable-shared --disable-sys-libs --disable-webview" wxUSE_XVFB=1
|
2020-04-21 21:08:34 +00:00
|
|
|
name: wxGTK 2 clang Ubuntu 18.04
|
|
|
|
- dist: bionic
|
2020-04-19 20:55:35 +00:00
|
|
|
compiler: gcc
|
2020-04-26 20:01:11 +00:00
|
|
|
env: wxGTK_VERSION=3 wxTOOLSET=cmake wxCMAKE_GENERATOR="Unix Makefiles"
|
|
|
|
name: wxGTK 3 CMake Ubuntu 18.04
|
2020-04-19 20:55:35 +00:00
|
|
|
- os: osx
|
2020-07-04 20:45:02 +00:00
|
|
|
osx_image: xcode7.3
|
2020-04-19 20:55:35 +00:00
|
|
|
compiler: clang
|
2020-07-05 21:41:12 +00:00
|
|
|
env: wxSKIP_SAMPLES=1
|
2020-07-04 20:45:02 +00:00
|
|
|
name: wxOSX Xcode 7.3
|
2020-04-19 20:55:35 +00:00
|
|
|
- os: osx
|
2020-04-19 21:04:27 +00:00
|
|
|
osx_image: xcode9.4
|
2020-04-19 20:55:35 +00:00
|
|
|
compiler: clang
|
|
|
|
env: wxTOOLSET=cmake wxCMAKE_GENERATOR=Xcode wxCMAKE_DEFINES="-DCMAKE_CXX_STANDARD=11"
|
2020-04-22 15:54:01 +00:00
|
|
|
name: wxOSX CMake Xcode 9.4
|
2020-04-21 21:07:57 +00:00
|
|
|
- os: osx
|
|
|
|
osx_image: xcode11.3
|
2020-04-22 15:20:48 +00:00
|
|
|
env: wxCONFIGURE_FLAGS="--enable-monolithic --with-cxx=17 --with-macosx-version-min=10.12 --enable-stl"
|
2020-04-21 21:07:57 +00:00
|
|
|
name: wxOSX Xcode 11.3
|
2020-05-07 06:29:05 +00:00
|
|
|
- os: osx
|
|
|
|
osx_image: xcode11.4
|
2020-05-08 06:01:56 +00: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=10.0 --with-macosx-sdk=$(xcrun --sdk iphonesimulator --show-sdk-path) --enable-stl --disable-sys-libs" wxSKIP_GUI=1 wxSKIP_TESTING=1 wxSKIP_SAMPLES=1
|
2020-05-07 06:29:05 +00:00
|
|
|
name: wxOSX iOS Xcode 11.4
|
2020-06-18 18:27:00 +00:00
|
|
|
- os: osx
|
|
|
|
osx_image: xcode11.4
|
|
|
|
env: wxTOOLSET=cmake wxCMAKE_GENERATOR=Xcode wxCMAKE_DEFINES="-DCMAKE_SYSTEM_NAME=iOS -DCMAKE_FIND_ROOT_PATH=/usr/local -DCMAKE_XCODE_ATTRIBUTE_CODE_SIGNING_ALLOWED=NO -DCMAKE_OSX_DEPLOYMENT_TARGET=10.12" wxCMAKE_SAMPLES=OFF wxCMAKE_TESTS=OFF
|
|
|
|
name: wxOSX iOS CMake Xcode 11.4
|
2020-04-21 21:08:34 +00:00
|
|
|
- dist: bionic
|
2020-04-19 20:55:35 +00:00
|
|
|
compiler: gcc
|
|
|
|
env: wxCONFIGURE_FLAGS="--with-x11 --enable-pch --disable-stc" wxSKIP_SAMPLES=1
|
2020-04-21 21:08:34 +00:00
|
|
|
name: wxX11 Ubuntu 18.04
|
|
|
|
- dist: bionic
|
2020-04-19 20:55:35 +00:00
|
|
|
compiler: gcc
|
2020-07-06 10:44:25 +00:00
|
|
|
env: wxCONFIGURE_FLAGS="--with-directfb --enable-pch --disable-stc" wxSKIP_SAMPLES=1 wxALLOW_WARNINGS=1
|
2020-04-21 21:08:34 +00:00
|
|
|
name: wxDFB Ubuntu 18.04
|
|
|
|
- dist: bionic
|
2020-04-19 20:55:35 +00:00
|
|
|
compiler: gcc
|
|
|
|
env: wxCONFIGURE_FLAGS="--with-motif --enable-pch --disable-stc" wxSKIP_SAMPLES=1
|
2020-04-21 21:08:34 +00:00
|
|
|
name: wxMotif Ubuntu 18.04
|
|
|
|
- dist: bionic
|
2020-04-19 20:55:35 +00:00
|
|
|
compiler: gcc
|
|
|
|
env: wxCONFIGURE_FLAGS="--with-qt --enable-pch" wxSKIP_SAMPLES=1
|
2020-04-21 21:08:34 +00:00
|
|
|
name: wxQt Ubuntu 18.04
|
2020-04-07 00:31:26 +00:00
|
|
|
- os: linux
|
|
|
|
arch: arm64
|
2020-04-07 15:15:04 +00:00
|
|
|
env: wxCONFIGURE_FLAGS="--disable-sys-libs" wxLXC=1
|
2020-04-19 21:04:27 +00:00
|
|
|
name: wxGTK ARM64
|
2020-04-07 00:31:26 +00:00
|
|
|
- os: linux
|
|
|
|
arch: ppc64le
|
2020-04-22 19:00:28 +00:00
|
|
|
env: wxCONFIGURE_FLAGS="--disable-sys-libs --disable-gui" wxLXC=1 wxSKIP_GUI=1
|
2020-05-06 20:44:43 +00:00
|
|
|
name: wxBase PowerPC64
|
2020-04-07 00:31:26 +00:00
|
|
|
- os: linux
|
|
|
|
arch: s390x
|
2020-04-22 19:00:28 +00:00
|
|
|
env: wxCONFIGURE_FLAGS="--disable-sys-libs --disable-gui" wxLXC=1 wxSKIP_GUI=1
|
2020-05-06 20:44:43 +00:00
|
|
|
name: wxBase S/390
|
2013-07-25 21:55:17 +00:00
|
|
|
|
2020-05-06 20:47:26 +00:00
|
|
|
# The environments running these builds are flaky and often fail for the
|
|
|
|
# reasons that have nothing to do with the build itself.
|
|
|
|
allow_failures:
|
|
|
|
- os: linux
|
|
|
|
arch: ppc64le
|
|
|
|
env: wxCONFIGURE_FLAGS="--disable-sys-libs --disable-gui" wxLXC=1 wxSKIP_GUI=1
|
|
|
|
name: wxBase PowerPC64
|
|
|
|
- os: linux
|
|
|
|
arch: s390x
|
|
|
|
env: wxCONFIGURE_FLAGS="--disable-sys-libs --disable-gui" wxLXC=1 wxSKIP_GUI=1
|
|
|
|
name: wxBase S/390
|
2013-07-25 21:55:17 +00:00
|
|
|
|
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- master
|
2014-05-16 10:53:51 +00:00
|
|
|
- WX_3_0_BRANCH
|
2013-07-25 21:55:17 +00:00
|
|
|
|
|
|
|
notifications:
|
|
|
|
email:
|
|
|
|
recipients:
|
|
|
|
- vadim@wxwidgets.org
|
|
|
|
on_success: change
|
|
|
|
on_failure: change
|
|
|
|
|
2015-12-30 17:03:53 +00:00
|
|
|
before_install: ./build/tools/before_install.sh
|
2013-08-07 11:08:21 +00:00
|
|
|
|
2016-10-06 14:04:55 +00:00
|
|
|
script: bash build/tools/travis-ci.sh
|