-
-
Notifications
You must be signed in to change notification settings - Fork 104
46 lines (41 loc) · 1.22 KB
/
bsd.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
name: BSDs
on: [push,pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build_bsd:
name: FreeBSD
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- uses: vmactions/freebsd-vm@v1
with:
usesh: true
prepare: |
# https://github.com/vmactions/freebsd-vm/issues/71
mkdir -p /usr/local/etc/pkg/repos
echo "FreeBSD: { url: "pkg+http://pkg.freebsd.org/\${ABI}/latest" }" > /usr/local/etc/pkg/repos/FreeBSD.conf
pkg update -f
pkg install -y \
bash \
boost-libs \
cmake git \
llvm18 \
ninja \
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 \
freetype2 harfbuzz fontconfig \
alsa-lib jackit
run: |
./ci/common.deps.sh
./ci/freebsd.build.sh