@@ -104,7 +104,8 @@ windows_msys2_task:
- C:\tools\msys64\usr\bin\bash.exe -lc "mkdir build"
- C:\tools\msys64\usr\bin\bash.exe -lc "cd build && ../configure
--python=python3 --ninja=ninja
- --target-list-exclude=i386-softmmu,arm-softmmu,ppc-softmmu,mips-softmmu"
+ --target-list-exclude=i386-softmmu,arm-softmmu,ppc-softmmu,mips-softmmu
+ --enable-plugins"
- C:\tools\msys64\usr\bin\bash.exe -lc "cd build && make -j$NUMBER_OF_PROCESSORS"
test_script:
- C:\tools\msys64\usr\bin\bash.exe -lc "cd build && make V=1 check"
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> --- .cirrus.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)