Add run on repl.it badge to README

This pull request configures this repository to be run on Repl.it.      It adds a `.replit` configuration file and a Repl.it badge to the `README`.
     You can read more about running repos on Repl.it [here](https://docs.repl.it/repls/dot-replit), or view the Repl [here](https://repl.it/@shiv213/yaml-cpp).
This commit is contained in:
Shiv Trivedi 2019-12-10 13:53:19 +00:00
parent 587b24e2ee
commit 85bd3cfc31
2 changed files with 3 additions and 1 deletions

2
.replit Normal file
View File

@ -0,0 +1,2 @@
language = "cpp"
run = "language = \"cpp\" run = \"cd build && cmake .. && cmake --build .\""

View File

@ -1,4 +1,4 @@
# yaml-cpp [![Build Status](https://travis-ci.org/jbeder/yaml-cpp.svg?branch=master)](https://travis-ci.org/jbeder/yaml-cpp) [![Documentation](https://codedocs.xyz/jbeder/yaml-cpp.svg)](https://codedocs.xyz/jbeder/yaml-cpp/)
# yaml-cpp [![Build Status](https://travis-ci.org/jbeder/yaml-cpp.svg?branch=master)](https://travis-ci.org/jbeder/yaml-cpp) [![Documentation](https://codedocs.xyz/jbeder/yaml-cpp.svg)](https://codedocs.xyz/jbeder/yaml-cpp/) [![Run on Repl.it](https://repl.it/badge/github/jbeder/yaml-cpp)](https://repl.it/github/jbeder/yaml-cpp)
yaml-cpp is a [YAML](http://www.yaml.org/) parser and emitter in C++ matching the [YAML 1.2 spec](http://www.yaml.org/spec/1.2/spec.html).