trivial: build windows daemon too in CI

This won't actually work yet (and hence we won't package it), but we
can at least make sure we don't regress the support by any code
changes.
This commit is contained in:
Mario Limonciello 2022-05-05 11:41:35 -05:00
parent 1c38d02367
commit 97aa7b2eb6

View File

@ -22,7 +22,7 @@ meson .. \
--prefix=/ \
--libexecdir="" \
--bindir="" \
-Dbuild=standalone \
-Dbuild=all \
-Ddocs=none \
-Dhsi=false \
-Dman=false \