Files
MobileGL/MobileGL/MG_Test/test.sh
T

4 lines
84 B
Bash

cmake -S . -B build && \
cmake --build build -j${nproc} && \
ctest --test-dir build