Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dgsga committed May 1, 2024
1 parent 9cfc1f3 commit 4b78cbb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,13 +260,15 @@ jobs:
make \
meson \
ninja \
pkgconfig
pkgconfig \
systemd-sysvcompat
- name: Autotools - Bootstrap
run: ./bootstrap
- name: Autotools - Configure
run: |
./configure \
--with-cracklib \
--with-init-style=systemd
--with-tracker-pkgconfig-version=3.0 \
- name: Autotools - Build
run: make -j $(nproc)
Expand All @@ -279,7 +281,8 @@ jobs:
- name: Meson - Configure
run: |
meson setup build \
-Dbuild-tests=true
-Dbuild-tests=true \
-Dwith-init-style=systemd
- name: Meson - Build
run: ninja -C build
- name: Meson - Run tests
Expand Down

0 comments on commit 4b78cbb

Please sign in to comment.