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