index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.travis.yml
Age
Commit message (
Expand
)
Author
2020-06-04
macos: change CI xcode to 10.3 for c++17 support
Shen-Ta Hsieh
2020-05-27
Merge branch 'v0.21.x'
Max Kellermann
2020-05-27
.travis.yml: disable zzip on OS X to fix Travis-CI build failure
Max Kellermann
2020-04-02
Merge tag 'v0.21.22'
Max Kellermann
2020-04-01
.travis.yml: install more packages on OSX
Max Kellermann
2020-03-12
doc/user.rst, .travis.yml: drop GCC 6 support
Max Kellermann
2020-03-07
.travis.yml: rename "matrix" to "jobs"
Max Kellermann
2020-03-07
.travis.yml: force updating homebrew on OSX
Max Kellermann
2020-02-16
.travis.yml: use GTest 1.8.0 instead of HEAD
Max Kellermann
2020-02-16
Fix travis
Rosen 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 default
Max Kellermann
2019-12-24
.travis.yml: disable Homebrew analytics
Max Kellermann
2019-12-24
.travis.yml: cache Homebrew on osx
Max Kellermann
2019-12-24
.travis.yml: change "cache" yaml syntax
Max Kellermann
2019-12-24
.travis.yml: escape dollar signs in MATRIX_EVAL
Max Kellermann
2019-12-23
.travis.yml: add Ubuntu Bionic build
Max Kellermann
2019-12-23
.travis.yml: enable ccache on Linux
Max Kellermann
2019-12-23
.travis.yml: enable ccache on osx
Max Kellermann
2019-04-18
.travis.yml: switch to another PPA for a newer ninja version
Max Kellermann
2018-10-16
test: use GTest instead of cppunit
Max Kellermann
2018-10-14
build with Meson instead of autotools
Max Kellermann
2018-09-02
.travis.yml: install Boost 1.67 from a PPA
Max Kellermann
2018-07-06
.travis.yml: add build with GCC 8
Max Kellermann
2018-07-06
.travis.yml: switch to GCC 6
Max Kellermann
2018-02-17
.travis.yml: enable ccache
Max Kellermann
2018-02-17
.travis.yml: add variable MATRIX_EVAL
Max Kellermann
2018-02-17
.travis.yml: switch to osx_image xcode9.3beta
Max Kellermann
2018-02-16
.travis.yml: use "matrix"
Max Kellermann
2017-05-19
.travis.yml: enable Mac OS X
Max Kellermann
2017-05-19
.travis.yml: add shell variable OPTIONS
Max Kellermann
2017-05-19
.travis.yml: configure with --disable-silent-rules --disable-dependency-tracking
Max Kellermann
2017-05-17
.travis.yml: remove the unnecessary "compiler" setting
Max Kellermann
2017-05-17
.travis.yml: check $TRAVIS_OS_NAME
Max Kellermann
2017-05-17
.travis.yml: choose compiler with environment variables
Max Kellermann
2017-05-17
.travis.yml: parallel build
Max Kellermann
2017-05-17
.travis.yml: indent 2
Max Kellermann
2017-05-16
Add initial travis configuration
André Klitzing