Skip to content

Commit eab43f2

Browse files
committed
Stop doing windows builds with Appveyor
Sorry Appveyor, I know how to set up windows builds with github actions and can't work out what is wrong with the current config for you.
1 parent 22ba269 commit eab43f2

File tree

2 files changed

+7
-52
lines changed

2 files changed

+7
-52
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@
1818

1919
---
2020

21-
| OS | Config | Build Status | Compiler Version |
22-
|---------|---------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------:|
23-
| Linux | [Gitlab](.gitlab-ci.yml) | [![Pipeline Status](https://gitlab.com/php1ic/inch/badges/master/pipeline.svg)](https://gitlab.com/php1ic/inch/pipelines) | gcc10, clang10 |
24-
| | [CircleCI](.circleci/config.yml) | [![CircleCI](https://circleci.com/gh/php1ic/inch/tree/master.svg?style=svg)](https://circleci.com/gh/php1ic/inch/tree/master) | gcc9, clang9 |
25-
| | [Github](.github/workflows/cmake_build.yml) | [![BuildAndTest](https://github.com/php1ic/inch/workflows/BuildAndTest/badge.svg)](https://github.com/php1ic/inch/actions) | gcc9, clang9 |
26-
| Windows | [Appveyor](appveyor.yml) | [![Build status](https://ci.appveyor.com/api/projects/status/8q5tr9o3htxmqsbq/branch/master?svg=true)](https://ci.appveyor.com/project/php1ic/inch/branch/master) | MSVC2017, MSVC2019 |
21+
| OS | Config | Build Status | Compiler Version |
22+
|---------|---------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------|-----------------:|
23+
| Linux | [Gitlab](.gitlab-ci.yml) | [![Pipeline Status](https://gitlab.com/php1ic/inch/badges/master/pipeline.svg)](https://gitlab.com/php1ic/inch/pipelines) | gcc10, clang10 |
24+
| | [CircleCI](.circleci/config.yml) | [![CircleCI](https://circleci.com/gh/php1ic/inch/tree/master.svg?style=svg)](https://circleci.com/gh/php1ic/inch/tree/master) | gcc9, clang9 |
25+
| | [Github](.github/workflows/cmake_build.yml) | [![BuildAndTest](https://github.com/php1ic/inch/workflows/BuildAndTest/badge.svg)](https://github.com/php1ic/inch/actions) | gcc9, clang9 |
26+
| Windows | | | MSVC20?? |
27+
2728

2829

2930
## Introduction

appveyor.yml

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)