From 063cffd29b0c31fd5d0538ac872e509807a61998 Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Thu, 25 Jan 2024 23:38:09 -0500 Subject: [PATCH] Delete .cirrus.yml --- .cirrus.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .cirrus.yml diff --git a/.cirrus.yml b/.cirrus.yml deleted file mode 100644 index 64ac0ec..0000000 --- a/.cirrus.yml +++ /dev/null @@ -1,17 +0,0 @@ -freebsd_instance: - image: freebsd-12-1-release-amd64 -task: - name: FreeBSD - env: - matrix: - - JULIA_VERSION: 1.3 - - JULIA_VERSION: 1 - - JULIA_VERSION: nightly - install_script: - - sh -c "$(fetch https://raw.githubusercontent.com/ararslan/CirrusCI.jl/master/bin/install.sh -o -)" - build_script: - - cirrusjl build - test_script: - - cirrusjl test - coverage_script: - - cirrusjl coverage codecov coveralls