From 1638f661c71edb1fdc322d2fefe78b701af74058 Mon Sep 17 00:00:00 2001 From: Dominique Orban Date: Sat, 30 Nov 2019 14:05:26 -0500 Subject: [PATCH] Julia 1.3, FreeBSD, badge --- .cirrus.yml | 17 +++++++++++++++++ README.md | 1 + appveyor.yml | 2 ++ 3 files changed, 20 insertions(+) create mode 100644 .cirrus.yml diff --git a/.cirrus.yml b/.cirrus.yml new file mode 100644 index 0000000..525fcac --- /dev/null +++ b/.cirrus.yml @@ -0,0 +1,17 @@ +freebsd_instance: + image: freebsd-12-0-release-amd64 +task: + name: FreeBSD + env: + matrix: + - JULIA_VERSION: 1.0 + - JULIA_VERSION: 1.1 + - JULIA_VERSION: 1.2 + - JULIA_VERSION: 1.3 + - 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 diff --git a/README.md b/README.md index 7cd7d2f..f8f9bb2 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Build Status](https://travis-ci.org/JuliaSmoothOptimizers/SolverTools.jl.svg?branch=master)](https://travis-ci.org/JuliaSmoothOptimizers/SolverTools.jl) [![Build status](https://ci.appveyor.com/api/projects/status/hg4vjg3ggbkexp71?svg=true)](https://ci.appveyor.com/project/dpo/solvertools-jl) +[![Build Status](https://api.cirrus-ci.com/github/JuliaSmoothOptimizers/Krylov.jl.svg)](https://cirrus-ci.com/github/JuliaSmoothOptimizers/Krylov.jl) [![](https://img.shields.io/badge/docs-stable/3f51b5.svg)](https://JuliaSmoothOptimizers.github.io/SolverTools.jl/stable) [![DOI](https://zenodo.org/badge/54757404.svg)](https://zenodo.org/badge/latestdoi/54757404) diff --git a/appveyor.yml b/appveyor.yml index c3be60f..b946b2d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,6 +2,8 @@ environment: matrix: - julia_version: 1.0 - julia_version: 1.1 + - julia_version: 1.2 + - julia_version: 1.3 - julia_version: nightly platform: