Skip to content

Commit

Permalink
[ci] Add a freebsd step
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Jul 6, 2024
1 parent 1e136cf commit ba82889
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions .github/workflows/bsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,22 @@ jobs:
with:
usesh: true
prepare: |
echo "==== 1 ===="
cd work
find . -name freebsd.deps.sh
echo "==== 2 ====: $GITHUB_WORKSPACE"
cd $GITHUB_WORKSPACE
find . -name freebsd.deps.sh
./ci/freebsd.deps.sh
pkg install -y \
boost-libs \
cmake git \
clang \
qt6-base qt6-declarative qt6-shadertools qt6-websockets qt6-serialport qt6-scxml \
ffmpeg \
lilv suil lv2 \
libcoap \
portaudio \
pd \
libfmt spdlog \
rubberband libsamplerate libsndfile \
libcoap \
jack \
freetype2 harfbuzz fontconfig
run: |
./ci/common.deps.sh
./ci/freebsd.build.sh

0 comments on commit ba82889

Please sign in to comment.