summaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Expand)Author
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