mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-23 20:48:16 -04:00
Fix(CI): Oops we actually do need unit tests
This commit is contained in:
parent
31ecaba895
commit
1dc46c700c
@ -30,7 +30,7 @@ option(BUILD_ESMTOOL "Build ESM inspector" OFF)
|
||||
option(BUILD_NIFTEST "Build nif file tester" OFF)
|
||||
option(BUILD_DOCS "Build documentation." OFF )
|
||||
option(BUILD_WITH_CODE_COVERAGE "Enable code coverage with gconv" OFF)
|
||||
option(BUILD_UNITTESTS "Enable Unittests with Google C++ Unittest" OFF)
|
||||
option(BUILD_UNITTESTS "Enable Unittests with Google C++ Unittest" ON)
|
||||
option(BUILD_BENCHMARKS "Build benchmarks with Google Benchmark" OFF)
|
||||
option(BUILD_OPENMW_MP "Build OpenMW-MP" ON)
|
||||
option(BUILD_BROWSER "Build tes3mp Server Browser" ON)
|
||||
|
Loading…
x
Reference in New Issue
Block a user