Skip to content

Commit

Permalink
CI: build contrib directory on meson-windows
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-schwartz committed Dec 18, 2022
1 parent 17cb395 commit 9ab1213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-short-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
uses: ilammy/msvc-dev-cmd@7315a94840631165970262a99c72cfb48a65d25d
- name: Configure with Meson
run: |
meson setup build/meson/ builddir -Dbin_tests=true -Dbin_programs=true
meson setup build/meson/ builddir -Dbin_tests=true -Dbin_programs=true -Dbin_contrib=true
- name: Build with Meson
run: |
ninja -C builddir/
Expand Down

0 comments on commit 9ab1213

Please sign in to comment.