Removed appveyor

This commit is contained in:
Erik C. Thauvin 2023-05-10 00:27:02 -07:00
parent 68975a497b
commit a24eec1f51
2 changed files with 0 additions and 30 deletions

View file

@ -7,7 +7,6 @@
[![License (3-Clause BSD)](https://img.shields.io/badge/license-BSD%203--Clause-blue.svg?style=flat-square)](http://opensource.org/licenses/BSD-3-Clause)
[![Known Vulnerabilities](https://snyk.io/test/github/ethauvin/httpstatus/badge.svg?targetFile=pom.xml)](https://snyk.io/test/github/ethauvin/httpstatus?targetFile=pom.xml)
[![GitHub CI](https://github.com/ethauvin/httpstatus/actions/workflows/bld.yml/badge.svg)](https://github.com/ethauvin/httpstatus/actions/workflows/bld.yml)
[![Build status](https://ci.appveyor.com/api/projects/status/w5j4kul3w2rkigxb?svg=true)](https://ci.appveyor.com/project/ethauvin/httpstatus)
[![CircleCI](https://circleci.com/gh/ethauvin/HttpStatus/tree/master.svg?style=shield)](https://circleci.com/gh/ethauvin/HttpStatus/tree/master)

View file

@ -1,29 +0,0 @@
image:
- Visual Studio 2022
version: "{branch} {build}"
skip_tags: true
build:
verbosity: detailed
download_script:
- bld.bat download
test_script:
- bld.bat compile test
branches:
only:
- master
- 1.1.0-dev
cache:
- C:\Users\appveyor\.gradle
environment:
matrix:
- JAVA_HOME: C:\Program Files\Java\jdk17
matrix:
fast_finish: true