]> git.lizzy.rs Git - dragonfireclient.git/blob - util/ci/build.sh
435cc11da9f304c13a8841c116c98b523eca4bdf
[dragonfireclient.git] / util / ci / build.sh
1 #! /bin/bash -e
2
3 cmake -B build -DCMAKE_BUILD_TYPE=Debug \
4         -DRUN_IN_PLACE=TRUE -DENABLE_GETTEXT=TRUE \
5         -DBUILD_SERVER=TRUE ${CMAKE_FLAGS}
6 cmake --build build --parallel $(($(nproc) + 1))