aboutsummaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--commands10
1 files changed, 10 insertions, 0 deletions
diff --git a/commands b/commands
index 1d327f3b6..183ee6658 100644
--- a/commands
+++ b/commands
@@ -55,6 +55,16 @@ cd ~/lux/lux-python/ && lein clean
# Try
cd ~/lux/lux-python/ && java -jar target/program.jar build --source ~/lux/stdlib/source --target ~/lux/stdlib/target --module test/lux
+# Lua compiler
+ # Test
+ cd ~/lux/lux-lua/ && lein_2_7_1 lux auto test
+ cd ~/lux/lux-lua/ && lein clean && lein_2_7_1 lux auto test
+ # Build
+ cd ~/lux/lux-lua/ && lein_2_7_1 lux auto build
+ cd ~/lux/lux-lua/ && lein clean && lein_2_7_1 lux auto build
+ # Try
+ cd ~/lux/lux-lua/ && java -jar target/program.jar build --source ~/lux/stdlib/source --target ~/lux/stdlib/target --module test/lux
+
# Ruby compiler
# Test
cd ~/lux/lux-ruby/ && lein_2_7_1 lux auto test