From ef73f67050f8bc6af73b15ac56502968d9a13f15 Mon Sep 17 00:00:00 2001 From: Dominique Date: Tue, 25 Feb 2025 14:48:23 +0100 Subject: [PATCH] Simplify .cirrus.yml --- .cirrus.yml | 29 ++++++++--------------------- 1 file changed, 8 insertions(+), 21 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index ad5fb1d..d504071 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,25 +1,12 @@ +freebsd_instance: + image_family: freebsd-14-2 task: - matrix: - - name: FreeBSD - freebsd_instance: - image_family: freebsd-14-2 - env: - matrix: - - JULIA_VERSION: 1 - install_script: | - URL="https://raw.githubusercontent.com/ararslan/CirrusCI.jl/master/bin/install.sh" - set -x - if [ "$(uname -s)" = "Linux" ] && command -v apt; then - apt update - apt install -y curl - fi - if command -v curl; then - sh -c "$(curl ${URL})" - elif command -v wget; then - sh -c "$(wget ${URL} -q -O-)" - elif command -v fetch; then - sh -c "$(fetch ${URL} -o -)" - fi + name: FreeBSD + env: + matrix: + - JULIA_VERSION: 1 + install_script: + - sh -c "$(fetch https://raw.githubusercontent.com/ararslan/CirrusCI.jl/master/bin/install.sh -o -)" build_script: - cirrusjl build test_script: