Disabled tests for fmt.
This commit is contained in:
parent
5debc6d334
commit
726d206f9a
@ -6,7 +6,7 @@ from SCons.Script import *
|
|||||||
|
|
||||||
def _git_cook(env: Environment, repo: dict) -> dict:
|
def _git_cook(env: Environment, repo: dict) -> dict:
|
||||||
checkout_root = repo['checkout_root']
|
checkout_root = repo['checkout_root']
|
||||||
build_result = env.CMakeProject(checkout_root)
|
build_result = env.CMakeProject(checkout_root, generate_args=['-DFMT_TEST=OFF'])
|
||||||
|
|
||||||
lib_name = {
|
lib_name = {
|
||||||
'debug': 'fmtd'
|
'debug': 'fmtd'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user