4 lines
78 B
Bash
Executable File
4 lines
78 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
cmake --build build && cmake --build build --target test
|