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:
parent
587b24e2ee
commit
85bd3cfc31
2
.replit
Normal file
2
.replit
Normal file
@ -0,0 +1,2 @@
|
||||
language = "cpp"
|
||||
run = "language = \"cpp\" run = \"cd build && cmake .. && cmake --build .\""
|
||||
@ -1,4 +1,4 @@
|
||||
# yaml-cpp [](https://travis-ci.org/jbeder/yaml-cpp) [](https://codedocs.xyz/jbeder/yaml-cpp/)
|
||||
# yaml-cpp [](https://travis-ci.org/jbeder/yaml-cpp) [](https://codedocs.xyz/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).
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user