mirror of
https://github.com/yhirose/cpp-peglib.git
synced 2024-12-22 11:55:30 +00:00
Removed Appveyor CI
This commit is contained in:
parent
79eb37c851
commit
ab393fbdd7
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-20.04, macos-latest, windows-latest]
|
os: [ubuntu-20.04, macos-latest, windows-latest, windows-2019]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
@ -2,7 +2,6 @@ cpp-peglib
|
|||||||
==========
|
==========
|
||||||
|
|
||||||
[![](https://github.com/yhirose/cpp-peglib/workflows/CMake/badge.svg)](https://github.com/yhirose/cpp-peglib/actions)
|
[![](https://github.com/yhirose/cpp-peglib/workflows/CMake/badge.svg)](https://github.com/yhirose/cpp-peglib/actions)
|
||||||
[![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)
|
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
26
appveyor.yml
26
appveyor.yml
@ -1,26 +0,0 @@
|
|||||||
clone_depth: 5
|
|
||||||
|
|
||||||
environment:
|
|
||||||
matrix:
|
|
||||||
- JOB: Visual Studio 2017
|
|
||||||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
|
||||||
CMAKE_GENERATOR: "Visual Studio 15 2017"
|
|
||||||
- JOB: Visual Studio 2019
|
|
||||||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
|
||||||
CMAKE_GENERATOR: "Visual Studio 16 2019"
|
|
||||||
|
|
||||||
platform:
|
|
||||||
- x86
|
|
||||||
- x64
|
|
||||||
|
|
||||||
configuration:
|
|
||||||
- Release
|
|
||||||
- Debug
|
|
||||||
|
|
||||||
build_script:
|
|
||||||
- mkdir build && cd build
|
|
||||||
- cmake .. -Wno-dev -G"%CMAKE_GENERATOR%"
|
|
||||||
- cmake --build . --config %CONFIGURATION%
|
|
||||||
|
|
||||||
test_script:
|
|
||||||
- ctest -C %CONFIGURATION% -V
|
|
Loading…
Reference in New Issue
Block a user