summaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorPaolo Bonzini2020-10-15 09:20:45 +0200
committerPaolo Bonzini2020-10-17 16:45:42 +0200
commit6ebd89cf9ca3f5a6948542c4522b9380b1e9539f (patch)
tree07af190d984894de7b22cfa7e91295c0fed78252 /.cirrus.yml
parentMerge remote-tracking branch 'remotes/rth/tags/pull-mb-20201014' into staging (diff)
downloadqemu-6ebd89cf9ca3f5a6948542c4522b9380b1e9539f.tar.gz
qemu-6ebd89cf9ca3f5a6948542c4522b9380b1e9539f.tar.xz
qemu-6ebd89cf9ca3f5a6948542c4522b9380b1e9539f.zip
submodules: bump meson to 0.55.3
This adds some bugfixes, and allows MSYS2 to configure without "--ninja=ninja". Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 99d118239c..0f46cb5eaf 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -123,8 +123,7 @@ windows_msys2_task:
script:
- 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"
+ - C:\tools\msys64\usr\bin\bash.exe -lc "cd build && ../configure --python=python3"
- C:\tools\msys64\usr\bin\bash.exe -lc "cd build && make -j8"
test_script:
- C:\tools\msys64\usr\bin\bash.exe -lc "cd build && make V=1 check"