summaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Expand)Author
2021-05-25meson.build: libfmt integrationMax Kellermann
2021-04-28.travis.yml: switch the OSX build to xcode11.6Max Kellermann
2021-04-27.travis.yml: install standard Homebrew GTest formulaMax Kellermann
2021-04-27.travis.yml: switch from Ubuntu Bionic to Ubuntu Focal (20.04)Max Kellermann
2021-04-27.travis.yml: switch to ppa:ricotz/toolchain for ninja 1.8 on Ubuntu TrustyMax Kellermann
2021-04-27.travis.yml: remove obsolete commentMax Kellermann
2020-06-04macos: change CI xcode to 10.3 for c++17 supportShen-Ta Hsieh
2020-05-27Merge branch 'v0.21.x'Max Kellermann
2020-05-27.travis.yml: disable zzip on OS X to fix Travis-CI build failureMax Kellermann
2020-04-02Merge tag 'v0.21.22'Max Kellermann
2020-04-01.travis.yml: install more packages on OSXMax Kellermann
2020-03-12doc/user.rst, .travis.yml: drop GCC 6 supportMax Kellermann
2020-03-07.travis.yml: rename "matrix" to "jobs"Max Kellermann
2020-03-07.travis.yml: force updating homebrew on OSXMax Kellermann
2020-02-16.travis.yml: use GTest 1.8.0 instead of HEADMax Kellermann
2020-02-16Fix travisRosen Penev
2020-01-01.travis.yml: add ARM64 build (for NEON optimizations)Max Kellermann
2019-12-24.travis.yml: add s390x build (big-endian)Max Kellermann
2019-12-24.travis.yml: install brew packages using `addons/homebrew`Max Kellermann
2019-12-24.travis.yml: remove "brew update"Max Kellermann
2019-12-24.travis.yml: switch to xcode9.4, the current defaultMax Kellermann
2019-12-24.travis.yml: disable Homebrew analyticsMax Kellermann
2019-12-24.travis.yml: cache Homebrew on osxMax Kellermann
2019-12-24.travis.yml: change "cache" yaml syntaxMax Kellermann
2019-12-24.travis.yml: escape dollar signs in MATRIX_EVALMax Kellermann
2019-12-23.travis.yml: add Ubuntu Bionic buildMax Kellermann
2019-12-23.travis.yml: enable ccache on LinuxMax Kellermann
2019-12-23.travis.yml: enable ccache on osxMax Kellermann
2019-04-18.travis.yml: switch to another PPA for a newer ninja versionMax Kellermann
2018-10-16test: use GTest instead of cppunitMax Kellermann
2018-10-14build with Meson instead of autotoolsMax Kellermann
2018-09-02.travis.yml: install Boost 1.67 from a PPAMax Kellermann
2018-07-06.travis.yml: add build with GCC 8Max Kellermann
2018-07-06.travis.yml: switch to GCC 6Max Kellermann
2018-02-17.travis.yml: enable ccacheMax Kellermann
2018-02-17.travis.yml: add variable MATRIX_EVALMax Kellermann
2018-02-17.travis.yml: switch to osx_image xcode9.3betaMax Kellermann
2018-02-16.travis.yml: use "matrix"Max Kellermann
2017-05-19.travis.yml: enable Mac OS XMax Kellermann
2017-05-19.travis.yml: add shell variable OPTIONSMax Kellermann
2017-05-19.travis.yml: configure with --disable-silent-rules --disable-dependency-trackingMax Kellermann
2017-05-17.travis.yml: remove the unnecessary "compiler" settingMax Kellermann
2017-05-17.travis.yml: check $TRAVIS_OS_NAMEMax Kellermann
2017-05-17.travis.yml: choose compiler with environment variablesMax Kellermann
2017-05-17.travis.yml: parallel buildMax Kellermann
2017-05-17.travis.yml: indent 2Max Kellermann
2017-05-16Add initial travis configurationAndré Klitzing