From b216900093c905b3b20dd45c69e577b192e2f7a3 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 25 Aug 2021 16:47:50 -0400 Subject: Updates to the Lua compiler. --- stdlib/commands.md | 29 ++++++++++++----------------- 1 file changed, 12 insertions(+), 17 deletions(-) (limited to 'stdlib/commands.md') diff --git a/stdlib/commands.md b/stdlib/commands.md index 00de913b2..21f6dc09e 100644 --- a/stdlib/commands.md +++ b/stdlib/commands.md @@ -9,7 +9,15 @@ cd ~/lux/stdlib/ \ cd ~/lux/stdlib/ \ && lux clean \ -&& lux with bibliotheca auto test +&& lux with jvm with bibliotheca auto test + +cd ~/lux/stdlib/ \ +&& lux clean \ +&& lux with python with bibliotheca auto test + +cd ~/lux/stdlib/ \ +&& lux clean \ +&& lux with lua with bibliotheca auto test ``` ## Deploy @@ -40,11 +48,11 @@ cd ~/lux/stdlib/ \ cd ~/lux/stdlib/ \ && lux clean \ -&& lux with documentation auto test +&& lux with jvm with documentation auto test cd ~/lux/stdlib/ \ && lux clean \ -&& lux with documentation build \ +&& lux with jvm with documentation build \ && java -jar target/program.jar > documentation.md ``` @@ -55,15 +63,6 @@ cd ~/lux/stdlib/ \ ## Build ``` -cd ~/lux/stdlib/ \ -&& lein clean \ -&& lein with-profile aedifex lux auto build - -cd ~/lux/stdlib/ \ -&& lein clean \ -&& lein with-profile aedifex lux build \ -&& mv target/program.jar aedifex.jar - cd ~/lux/stdlib/ \ && lux clean \ && lux with aedifex auto build @@ -77,12 +76,8 @@ cd ~/lux/stdlib/ \ ## Test ``` -cd ~/lux/stdlib/ \ -&& lein clean \ -&& lein with-profile aedifex lux auto test - cd ~/lux/stdlib/ \ && lux clean \ -&& lux with aedifex auto test +&& lux with jvm with aedifex auto test ``` -- cgit v1.2.3