Browse Source

CI: Fix FreeBSD build, remove --example-tools option.

tags/v1.9.22
Florian Walpen 3 years ago
parent
commit
c699e0cfe0
No known key found for this signature in database GPG Key ID: E11C40B3BC8863BC
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .cirrus.yml

+ 1
- 1
.cirrus.yml View File

@@ -16,7 +16,7 @@ task:
dependencies_script: dependencies_script:
- pkg install -y pkgconf python3 libsamplerate libsysinfo expat - pkg install -y pkgconf python3 libsamplerate libsysinfo expat
config_script: 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 - name: FreeBSD All Options
dependencies_script: dependencies_script:
- pkg install -y pkgconf python3 libsamplerate libsysinfo alsa-lib dbus expat opus - pkg install -y pkgconf python3 libsamplerate libsysinfo alsa-lib dbus expat opus


Loading…
Cancel
Save