From 247d2428faaeca7999a8d7282cb22201820f9f5b Mon Sep 17 00:00:00 2001 From: Dominique Date: Thu, 17 Sep 2026 16:17:51 -0400 Subject: [PATCH 1/2] Delete obsolete .cirrus.yml --- .cirrus.yml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .cirrus.yml diff --git a/.cirrus.yml b/.cirrus.yml deleted file mode 100644 index c59e682..0000000 --- a/.cirrus.yml +++ /dev/null @@ -1,26 +0,0 @@ -task: - matrix: - - name: FreeBSD - freebsd_instance: - image_family: freebsd-14-3 - 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 - build_script: - - cirrusjl build - test_script: - - cirrusjl test From 58397892f8ab4dd7b5daf99eb3ba15b0cf96108a Mon Sep 17 00:00:00 2001 From: Dominique Date: Thu, 17 Sep 2026 16:52:35 -0400 Subject: [PATCH 2/2] Remove Cirrus CI badge from README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 49755f7..af5a1e1 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ If you use SolverBenchmark.jl in your work, please cite using the format given i [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3948381.svg)](https://doi.org/10.5281/zenodo.3948381) ![CI](https://github.com/JuliaSmoothOptimizers/SolverBenchmark.jl/workflows/CI/badge.svg) -[![Build Status](https://api.cirrus-ci.com/github/JuliaSmoothOptimizers/SolverBenchmark.jl.svg)](https://cirrus-ci.com/github/JuliaSmoothOptimizers/SolverBenchmark.jl) [![](https://img.shields.io/badge/docs-stable-3f51b5.svg)](https://JuliaSmoothOptimizers.github.io/SolverBenchmark.jl/stable) [![](https://img.shields.io/badge/docs-dev-3f51b5.svg)](https://JuliaSmoothOptimizers.github.io/SolverBenchmark.jl/dev) [![codecov](https://codecov.io/gh/JuliaSmoothOptimizers/SolverBenchmark.jl/branch/main/graph/badge.svg?token=E0srGT31Xi)](https://codecov.io/gh/JuliaSmoothOptimizers/SolverBenchmark.jl)