This website requires JavaScript.
Explore
Help
Sign In
External
/
yaml-cpp
Watch
8
Star
0
Fork
0
You've already forked yaml-cpp
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2a4229a5cd
yaml-cpp
/
.replit
3 lines
81 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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 16:53:19 +03:00
language = "cpp"
Update .replit
2019-12-26 08:49:07 +03:00
run = "mkdir build && cd build && cmake .. && cmake --build ./"
Reference in New Issue
Copy Permalink