diff --git a/.replit b/.replit new file mode 100644 index 0000000..eaec556 --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "cpp" +run = "language = \"cpp\" run = \"cd build && cmake .. && cmake --build .\"" diff --git a/README.md b/README.md index 92bc90e..23d8e92 100644 --- a/README.md +++ b/README.md @@ -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).