Skip to content

Commit

Permalink
Fix BSD CI
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Feb 3, 2023
1 parent 4b9b9cb commit 0620b1b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,12 @@ task:
- pkg install -y jackit pkgconf python3 libsndfile libsamplerate libsysinfo readline alsa-lib dbus expat opus git

prepare_script:
- mkdir /Install
- mkdir -p /Install/include
dependencies_script:
- pkg install -y pkgconf python3 libsndfile libsamplerate libsysinfo readline alsa-lib zita-alsa-pcmi zita-resampler opus meson ninja
config_script:
- meson --prefix /Install --mandir man --buildtype release --strip build
build_script:
# Workaround for missing alloca headers - remove when resolved.
- touch build/tools/alloca.h
- ninja -C build
install_script:
- DESTDIR="/Install" meson install -C build

0 comments on commit 0620b1b

Please sign in to comment.