mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-22 23:34:04 +01:00
ci: Print verbose Windows CI build failure
This commit is contained in:
6
.github/ci-windows.py
vendored
6
.github/ci-windows.py
vendored
@@ -61,12 +61,12 @@ def build():
|
||||
"cmake",
|
||||
"--build",
|
||||
"build",
|
||||
"-j",
|
||||
str(os.process_cpu_count()),
|
||||
"--config",
|
||||
"Release",
|
||||
]
|
||||
run(command)
|
||||
if run(command + ["-j", str(os.process_cpu_count())], check=False).returncode != 0:
|
||||
print("Build failure. Verbose build follows.")
|
||||
run(command + ["-j1", "--verbose"])
|
||||
|
||||
|
||||
def main():
|
||||
|
||||
Reference in New Issue
Block a user