CI: build programs on meson-windows too
This commit is contained in:
committed by
Nick Terrell
parent
9073fe00cc
commit
3cee69a1cc
@@ -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/
|
||||||
|
|||||||
Reference in New Issue
Block a user