]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
ci: Run test suite on macOS
authorRoman Bolshakov <r.bolshakov@yadro.com>
Mon, 23 Nov 2020 22:10:16 +0000 (01:10 +0300)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 27 Nov 2020 15:31:30 +0000 (16:31 +0100)
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@yadro.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
ci/cirrus/build.yml

index 912284b90628be9be845054a6f4b268d3892e8ee..dc1cccd13598a0fad5381385f240254f1e73ffdb 100644 (file)
@@ -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