CI: build programs on meson-windows too

This commit is contained in:
Eli Schwartz
2022-12-19 14:09:43 -08:00
committed by Nick Terrell
parent 9073fe00cc
commit 3cee69a1cc
+1 -1
View File
@@ -212,7 +212,7 @@ jobs:
uses: ilammy/msvc-dev-cmd@7315a94840631165970262a99c72cfb48a65d25d uses: ilammy/msvc-dev-cmd@7315a94840631165970262a99c72cfb48a65d25d
- name: Configure with Meson - name: Configure with Meson
run: | run: |
meson setup build/meson/ builddir/ -Dbin_tests=true meson setup build/meson/ builddir -Dbin_tests=true -Dbin_programs=true
- name: Build with Meson - name: Build with Meson
run: | run: |
ninja -C builddir/ ninja -C builddir/