Skip to content

Commit

Permalink
Update meson.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dgsga committed Mar 1, 2024
1 parent 6556dee commit 2890133
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,29 +223,26 @@ jobs:
prepare: |
pkg install \
build-essential \
pkg-config \
meson-311 \
ninja
pkg-config
curl -O https://pkgsrc.smartos.org/packages/SmartOS/bootstrap/bootstrap-trunk-x86_64-20230910.tar.gz
tar -zxpf bootstrap-trunk-x86_64-20230910.tar.gz -C /
echo "export PATH="/opt/local/sbin:/opt/local/bin:/usr/lib/python3.11/bin:$PATH"" >> .profile
source .profile
/opt/local/bin/pkgin -y install \
avahi \
db5 \
gnome-tracker \
libevent \
libgcrypt \
meson \
talloc
run: |
meson setup build \
/opt/local/bin/meson setup build \
-Dwith-bdb=/opt/local \
-Dwith-libgcrypt-dir=/opt/local \
-Dwith-tracker-pkgconfig-version=3.0 \
-Dpkg_config_path=/opt/local/lib/pkgconfig \
-Dbuild-tests=true
ninja -C build
cd build && meson test
/opt/local/bin/ninja -C build
cd build && /opt/local/bin/meson test
build-freebsd:
Expand Down

0 comments on commit 2890133

Please sign in to comment.