]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
CI: build programs on meson-windows too
authorEli Schwartz <eschwartz@archlinux.org>
Sun, 18 Dec 2022 02:09:48 +0000 (21:09 -0500)
committerNick Terrell <nickrterrell@gmail.com>
Mon, 19 Dec 2022 22:09:43 +0000 (14:09 -0800)
.github/workflows/dev-short-tests.yml

index e1d4cc40e495240ff659129020db2e9d7143c6c5..459eb362f4cb406d3ae8d05d80d6ee9b7dc0a52b 100644 (file)
@@ -212,7 +212,7 @@ jobs:
         uses: ilammy/msvc-dev-cmd@7315a94840631165970262a99c72cfb48a65d25d
       - name: Configure with Meson
         run: |
-          meson setup build/meson/ builddir/ -Dbin_tests=true
+          meson setup build/meson/ builddir -Dbin_tests=true -Dbin_programs=true
       - name: Build with Meson
         run: |
           ninja -C builddir/