Add embed build tests

This commit is contained in:
crazywhalecc
2024-12-10 23:09:21 +08:00
committed by Jerry Ma
parent 43cc9d0ba3
commit 5c51305978
3 changed files with 19 additions and 7 deletions

View File

@@ -181,7 +181,9 @@ class BuildCliCommand extends BuildCommand
// compile stopwatch :P
$time = round(microtime(true) - START_TIME, 3);
logger()->info('Build complete, used ' . $time . ' s !');
logger()->info('');
logger()->info(' Build complete, used ' . $time . ' s !');
logger()->info('');
// ---------- When using bin/spc-alpine-docker, the build root path is different from the host system ----------
$build_root_path = BUILD_ROOT_PATH;