Restore elementtracker.h and add build logging
- Restore missing elementtracker.h in wxWidgets (required for E2E tests) - Add automatic log file redirection for build scripts 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
582b282a6c
commit
ea5dc26a96
5 changed files with 58 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
|||
#!/bin/bash
|
||||
# Build KiCad WASM inside Docker container, then apply asyncify on host
|
||||
|
||||
# Redirect all output to a log file (re-execs script with redirection)
|
||||
source "$(dirname "$0")/../scripts/common/logging.sh"
|
||||
#
|
||||
# The build is split into two phases:
|
||||
# 1. Docker: Compile KiCad to WASM (without asyncify)
|
||||
|
|
|
|||
Loading…
Reference in a new issue