mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
Launch kiwix-build verbose
This commit is contained in:
1
.github/scripts/common.py
vendored
1
.github/scripts/common.py
vendored
@ -176,6 +176,7 @@ def run_kiwix_build(
|
||||
command.append("--fast-clone")
|
||||
command.append("--assume-packages-installed")
|
||||
command.append("--use-target-arch-name")
|
||||
command.append("--verbose")
|
||||
command.extend(["--config", config])
|
||||
if build_deps_only:
|
||||
command.append("--build-deps-only")
|
||||
|
Reference in New Issue
Block a user