This website requires JavaScript.
Explore
Help
Sign In
mandlm
/
modern_cpp_tutorial
Archived
Watch
1
Star
0
Fork
0
You've already forked modern_cpp_tutorial
Code
This repository has been archived on
2024-12-15
. You can view files and clone it, but cannot push or open issues or pull requests.
main
modern_cpp_tutorial
/
test.sh
4 lines
80 B
Bash
Raw
Permalink
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
Copy Permalink