🧹 chore: align scripts with kept build dirs

This commit is contained in:
csh
2025-12-21 17:35:42 +08:00
parent 6dcbe0a1cd
commit 442bb5db7e
4 changed files with 15 additions and 8 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ NC='\033[0m' # No Color
# 路径与默认配置
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
REPO_ROOT="$(cd "$SCRIPT_DIR/../.." && pwd)"
BUILD_PRESET=${BUILD_PRESET:-clang}
BUILD_PRESET=${BUILD_PRESET:-clang-ninja}
IGNORES=("IDS_AuditExpr.tsf")
find_test_semantic() {