Browse Source
CI: Fix FreeBSD build, remove --example-tools option.
tags/v1.9.22
Florian Walpen
3 years ago
No known key found for this signature in database
GPG Key ID: E11C40B3BC8863BC
1 changed files with
1 additions and
1 deletions
-
.cirrus.yml
|
|
@@ -16,7 +16,7 @@ task: |
|
|
|
dependencies_script: |
|
|
|
- pkg install -y pkgconf python3 libsamplerate libsysinfo expat |
|
|
|
config_script: |
|
|
|
- python3 ./waf configure --celt=no --samplerate=yes --alsa=no --classic --opus=no --example-tools=no --prefix /Install --pkgconfigdir libdata/pkgconfig |
|
|
|
- python3 ./waf configure --celt=no --samplerate=yes --alsa=no --classic --opus=no --prefix /Install --pkgconfigdir libdata/pkgconfig |
|
|
|
- name: FreeBSD All Options |
|
|
|
dependencies_script: |
|
|
|
- pkg install -y pkgconf python3 libsamplerate libsysinfo alsa-lib dbus expat opus |
|
|
|