From 0ba5cbea914ed437f760e8644ac6800aacbe5a4a Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Fri, 21 Nov 2025 15:55:18 -0500 Subject: [PATCH] tools: add new Pythons configs to compile & run big/small UIs (#1500) * init * tools: add new Pythons configs to compile & build big/small UIs * Revert "init" This reverts commit 2e0704ace51b5a42a5d4a25664e5f46103f40e3f. * change --- .run/Build_BIG_UI.run.xml | 26 ++++++++++++++++++++++++++ .run/Build_SMALL_UI.run.xml | 23 +++++++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 .run/Build_BIG_UI.run.xml create mode 100644 .run/Build_SMALL_UI.run.xml diff --git a/.run/Build_BIG_UI.run.xml b/.run/Build_BIG_UI.run.xml new file mode 100644 index 0000000000..b58b1bf1b7 --- /dev/null +++ b/.run/Build_BIG_UI.run.xml @@ -0,0 +1,26 @@ + + + + + \ No newline at end of file diff --git a/.run/Build_SMALL_UI.run.xml b/.run/Build_SMALL_UI.run.xml new file mode 100644 index 0000000000..6c231c83f8 --- /dev/null +++ b/.run/Build_SMALL_UI.run.xml @@ -0,0 +1,23 @@ + + + + + \ No newline at end of file