summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check_all.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/check_all.sh b/scripts/check_all.sh
index 57850cd..1a8b406 100755
--- a/scripts/check_all.sh
+++ b/scripts/check_all.sh
@@ -14,6 +14,10 @@
set -e
+echo "--- Validating Timeline DAG ---"
+python3 tools/seq_compiler.py workspaces/main/timeline.seq --validate
+
+echo ""
echo "--- Running Native Build & Tests ---"
echo "Configuring with all options enabled (tests + tools)..."
cmake -S . -B build -DDEMO_BUILD_TESTS=ON -DDEMO_BUILD_TOOLS=ON