init
This commit is contained in:
3
script/test.sh
Normal file
3
script/test.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
#使用该脚本编译并测试项目,或者使用ide的插件进行编译和测试
|
||||
cmake build -B build . && cd build && cmake --build . && ctest
|
||||
Reference in New Issue
Block a user