Skip to content

Commit

Permalink
uncomment python target
Browse files Browse the repository at this point in the history
  • Loading branch information
botsman committed Mar 6, 2021
1 parent 5bf835c commit 1117e6f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions build_tests.hxml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1117e6f

Please sign in to comment.