README.adoc: Improve the tarballs link text
[jackdbus.git] / .cirrus.yml
blob31e00ddab0187892d9f319af17929f9d16834ea5
1 task:
2   freebsd_instance:
3     matrix:
4       - image_family: freebsd-12-3
5       - image_family: freebsd-13-1
7   environment:
8     CFLAGS: -O2 -pipe -fPIC -fstack-protector-strong -fno-strict-aliasing -I/usr/local/include
9     CPPFLAGS: -O2 -pipe -fPIC -fstack-protector-strong -fno-strict-aliasing -I/usr/local/include
10     LDFLAGS: -L/usr/local/lib -fstack-protector-strong
11   prepare_script:
12     - mkdir /Install
14   matrix:
15     - name: FreeBSD Minimal Build
16       dependencies_script:
17         - pkg install -y pkgconf python3 libsamplerate libsysinfo expat
18       config_script:
19         - python3 ./waf configure --celt=no --samplerate=yes --alsa=no --classic --opus=no --prefix /Install --pkgconfigdir libdata/pkgconfig
20     - name: FreeBSD All Options
21       dependencies_script:
22         - pkg install -y pkgconf python3 libsamplerate libsysinfo alsa-lib dbus expat opus
23       config_script:
24         - python3 ./waf configure --celt=no --samplerate=yes --alsa=yes --dbus --classic --autostart=dbus --opus=yes --prefix /Install --pkgconfigdir libdata/pkgconfig
26   build_script:
27     - python3 ./waf
28   install_script:
29     - python3 ./waf install