Add an option to disable unittest build, & disable them on Docker build (#9677)

This commit is contained in:
Loïc Blot
2020-04-16 20:43:49 +02:00
committed by GitHub
parent 093e79ea78
commit 7539267d37
6 changed files with 19 additions and 2 deletions

View File

@@ -218,6 +218,7 @@ General options and their default values:
BUILD_CLIENT=TRUE - Build Minetest client
BUILD_SERVER=FALSE - Build Minetest server
BUILD_UNITTESTS=TRUE - Build unittest sources
CMAKE_BUILD_TYPE=Release - Type of build (Release vs. Debug)
Release - Release build
Debug - Debug build