Skip to content

Commit

Permalink
.travis.yml: add sndio to FreeBSD run.
Browse files Browse the repository at this point in the history
Also add necessary environment variables and move to /latest, which has
sndio-1.7.0.
  • Loading branch information
ericonr committed Oct 4, 2020
1 parent 1f66b06 commit aa625f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
compiler: clang
env:
before_install:
- sudo pkg install -y gtk-layer-shell gtkmm30 jsoncpp libdbusmenu
- export CPPFLAGS+=-isystem/usr/local/include LDFLAGS+=-L/usr/local/lib # sndio
- sudo sed -i '' 's/quarterly/latest/' /etc/pkg/FreeBSD.conf
- sudo pkg install -y gtk-layer-shell gtkmm30 jsoncpp libdbusmenu sndio
libfmt libmpdclient libudev-devd meson pulseaudio scdoc spdlog
script:
- meson build -Dman-pages=enabled
Expand Down

0 comments on commit aa625f5

Please sign in to comment.