yaml-cpp/.replit
Shiv Trivedi 85bd3cfc31 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).
2019-12-10 13:53:19 +00:00

3 lines
94 B
Plaintext

language = "cpp"
run = "language = \"cpp\" run = \"cd build && cmake .. && cmake --build .\""