Skip to content

Commit ab393fb

Browse files
committed
Removed Appveyor CI
1 parent 79eb37c commit ab393fb

File tree

3 files changed

+1
-28
lines changed

3 files changed

+1
-28
lines changed

Diff for: .github/workflows/cmake.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
18-
os: [ubuntu-20.04, macos-latest, windows-latest]
18+
os: [ubuntu-20.04, macos-latest, windows-latest, windows-2019]
1919

2020
steps:
2121
- uses: actions/checkout@v2

Diff for: README.md

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ cpp-peglib
22
==========
33

44
[![](https://github.com/yhirose/cpp-peglib/workflows/CMake/badge.svg)](https://github.com/yhirose/cpp-peglib/actions)
5-
[![Build Status](https://ci.appveyor.com/api/projects/status/github/yhirose/cpp-peglib?branch=master&svg=true)](https://ci.appveyor.com/project/yhirose/cpp-peglib)
65

76
C++17 header-only [PEG](http://en.wikipedia.org/wiki/Parsing_expression_grammar) (Parsing Expression Grammars) library. You can start using it right away just by including `peglib.h` in your project.
87

Diff for: appveyor.yml

-26
This file was deleted.

0 commit comments

Comments
 (0)