From 1117e6feca7bce3b73f32d097b33cebbc5123c66 Mon Sep 17 00:00:00 2001 From: Pavel <11509664+botsman@users.noreply.github.com> Date: Sat, 6 Mar 2021 11:14:43 +0200 Subject: [PATCH] uncomment python target --- build_tests.hxml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/build_tests.hxml b/build_tests.hxml index cddcc78..64349df 100644 --- a/build_tests.hxml +++ b/build_tests.hxml @@ -9,18 +9,18 @@ -D js-es=6 -D shallow-expose -# --next +--next -# # python build -# --python build/py/tests.py -# --cmd cp tests/main.py build/py/ +# python build +--python build/py/tests.py +--cmd cp tests/main.py build/py/ -# --next +--next -# # python sync build (macros meta tags are igored and no changes are made) -# --python build/py_sync/tests.py -# -D sync -# --cmd cp tests/main_sync.py build/py_sync/ +# python sync build (macros meta tags are igored and no changes are made) +--python build/py_sync/tests.py +-D sync +--cmd cp tests/main_sync.py build/py_sync/ # --next