2 lines
74 B
Bash
Executable File
2 lines
74 B
Bash
Executable File
#!/bin/bash
|
|
cmake build -B build . && cd build && cmake --build . && ctest |