[PATCH v2 4/6] ci: Run test suite on macOS

Roman Bolshakov r.bolshakov at yadro.com
Mon Nov 23 22:10:16 UTC 2020


There's no need to have different CI process between macOS and FreeBSD
as test suite has been fixed on macOS.

Signed-off-by: Roman Bolshakov <r.bolshakov at yadro.com>
---
 ci/cirrus/build.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/ci/cirrus/build.yml b/ci/cirrus/build.yml
index 912284b906..dc1cccd135 100644
--- a/ci/cirrus/build.yml
+++ b/ci/cirrus/build.yml
@@ -20,5 +20,4 @@ build_task:
     - git reset --hard "$CI_COMMIT_SHA"
   build_script:
     - meson build --prefix=$(pwd)/install-root
-    - if test "$(uname)" = "FreeBSD"; then ninja -C build dist; fi
-    - if test "$(uname)" = "Darwin"; then ninja -C build && ninja -C build install; fi
+    - ninja -C build dist
-- 
2.29.2





More information about the libvir-list mailing list