repo.or.cz
/
libmpdclient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
output: add _get_plugin()
[libmpdclient.git]
/
.travis.yml
blob
41541ba2947ced16462f42846a3d058fe770186a
1
dist: trusty
2
language: c
3
4
os:
5
- osx
6
7
before_install:
8
- test "$TRAVIS_OS_NAME" != "osx" || brew update
9
10
install:
11
- test "$TRAVIS_OS_NAME" != "osx" || brew install meson ninja check
12
13
script:
14
- OPTIONS="-Dtest=true"
15
- meson . output $OPTIONS
16
- ninja -v -C output test