From df588ad541fb74a2fa34ea1aec7589e9f105a494 Mon Sep 17 00:00:00 2001 From: Howard Holm Date: Fri, 16 Feb 2024 17:58:34 -0500 Subject: [PATCH] Update .cirrus.yml --- .cirrus.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 5152dc4..ddff5ff 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,10 +1,11 @@ -freebsd_instance: - matrix: - - image_family: freebsd-13-2 - - image_family: freebsd-14-0 - - image_famuily: freebsd-15-0-snap - task: + skip: !changesInclude('**.md') + freebsd_instance: + matrix: + - image_family: freebsd-13-2 + - image_family: freebsd-14-0 + - image_famuily: freebsd-15-0-snap + install_script: pkg install -y meson pkgconf jansson asciidoc jq script: - mkdir build && cd build