This website requires JavaScript.
Explore
Help
Sign In
mandlm
/
modern_cpp_tutorial
Watch
1
Star
0
Fork
You've already forked modern_cpp_tutorial
0
Code
db87dfcf1c
modern_cpp_tutorial
/
test.sh
4 lines
80 B
Bash
Raw
Normal View
History
Unescape
Escape
chore: add bootstrap, build and test scripts
2023-10-21 19:35:14 +00:00
#!/usr/bin/env sh
build: write binaries to bin folder
2023-10-22 10:58:19 +00:00
cmake --build .build
&&
cmake --build .build --target
test