mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-09 20:58:31 +09:00
4 lines
84 B
Bash
4 lines
84 B
Bash
cmake -S . -B build && \
|
|
cmake --build build -j${nproc} && \
|
|
ctest --test-dir build
|