From 822e068ecb28431e24b4ae4fbd56e78671cc6d7b Mon Sep 17 00:00:00 2001 From: Fredrik Johansson Date: Wed, 24 Nov 2021 09:33:55 +0100 Subject: [PATCH 1/2] appveyor: skip cl + 32bit since the environment is permanently broken --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index ec01b25f..43849350 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -26,8 +26,8 @@ environment: ARCH: 64 - COMPILER: gcc ARCH: 32 - - COMPILER: cl - ARCH: 32 +# - COMPILER: cl +# ARCH: 32 install: - if [%COMPILER%]==[gcc] set "PATH=C:\msys64\mingw%ARCH%\bin;%PATH%" From 1dc1ca5bd7a4119b8c02a87eb6ec7bb4ccc25ba3 Mon Sep 17 00:00:00 2001 From: Fredrik Johansson Date: Wed, 24 Nov 2021 09:46:39 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d2f002e..cb52db99 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Author: Fredrik Johansson Bug reports, feature requests and other comments are welcome in private communication, on the GitHub issue tracker, or on the FLINT mailing list . -[![Build Status](https://travis-ci.org/fredrik-johansson/arb.svg?branch=master)](https://travis-ci.org/fredrik-johansson/arb) +[![Build status](https://ci.appveyor.com/api/projects/status/r9bmee3ab3bb7xig?svg=true)](https://ci.appveyor.com/project/fredrik-johansson/arb) ## Code example