mirror of
https://github.com/yhirose/cpp-peglib.git
synced 2024-12-23 04:15:31 +00:00
Added the travis-ci build badge.
This commit is contained in:
parent
fd150264a5
commit
b07573e64f
22
.travis.yml
22
.travis.yml
@ -14,17 +14,17 @@ matrix:
|
|||||||
- gcc-4.9
|
- gcc-4.9
|
||||||
- g++-4.9
|
- g++-4.9
|
||||||
env: COMPILER=g++-4.9
|
env: COMPILER=g++-4.9
|
||||||
- compiler: clang
|
# - compiler: clang
|
||||||
addons:
|
# addons:
|
||||||
apt:
|
# apt:
|
||||||
sources:
|
# sources:
|
||||||
- kubuntu-backports
|
# - kubuntu-backports
|
||||||
- ubuntu-toolchain-r-test
|
# - ubuntu-toolchain-r-test
|
||||||
- llvm-toolchain-precise-3.7
|
# - llvm-toolchain-precise-3.7
|
||||||
packages:
|
# packages:
|
||||||
- cmake
|
# - cmake
|
||||||
- clang-3.7
|
# - clang-3.7
|
||||||
env: COMPILER=clang++-3.7
|
# env: COMPILER=clang++-3.7
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
cpp-peglib
|
cpp-peglib
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
[![Build Status](https://travis-ci.org/yhirose/cpp-peglib.svg?branch=master)](https://travis-ci.org/yhirose/cpp-peglib)
|
||||||
|
|
||||||
C++11 header-only [PEG](http://en.wikipedia.org/wiki/Parsing_expression_grammar) (Parsing Expression Grammars) library.
|
C++11 header-only [PEG](http://en.wikipedia.org/wiki/Parsing_expression_grammar) (Parsing Expression Grammars) library.
|
||||||
|
|
||||||
*cpp-peglib* tries to provide more expressive parsing experience in a simple way. This library depends on only one header file. So, you can start using it right away just by including `peglib.h` in your project.
|
*cpp-peglib* tries to provide more expressive parsing experience in a simple way. This library depends on only one header file. So, you can start using it right away just by including `peglib.h` in your project.
|
||||||
|
Loading…
Reference in New Issue
Block a user