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 4aae1a9 commit dcfc600
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,22 +226,24 @@ jobs:
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 /
/opt/local/bin/pkgin -y install \
echo "PATH=/opt/local/sbin:/opt/local/bin:$PATH" >> .profile
source .profile
pkgin -y install \
avahi \
gnome-tracker \
libevent \
libgcrypt \
meson \
talloc
run: |
/opt/local/bin/meson setup build \
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
/opt/local/bin/ninja -C build
cd build && /opt/local/bin/meson test
ninja -C build
cd build && meson test
build-freebsd:
Expand Down

0 comments on commit dcfc600

Please sign in to comment.