Files
latch/script/test.sh
2024-11-02 21:29:23 +08:00

3 lines
160 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#!/bin/bash
#使用该脚本编译并测试项目或者使用ide的插件进行编译和测试
cmake build -B build . && cd build && cmake --build . && ctest