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