aboutsummaryrefslogtreecommitdiff
path: root/stdlib/commands.md
diff options
context:
space:
mode:
authorEduardo Julian2021-08-25 16:47:50 -0400
committerEduardo Julian2021-08-25 16:47:50 -0400
commitb216900093c905b3b20dd45c69e577b192e2f7a3 (patch)
tree4d6ac7d257752a8c54ca77dd58df9753ce357ab6 /stdlib/commands.md
parent36303d6cb2ce3ab9e36d045b9516c997bd461862 (diff)
Updates to the Lua compiler.
Diffstat (limited to 'stdlib/commands.md')
-rw-r--r--stdlib/commands.md29
1 files changed, 12 insertions, 17 deletions
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
```
@@ -56,15 +64,6 @@ cd ~/lux/stdlib/ \
```
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
@@ -78,11 +77,7 @@ cd ~/lux/stdlib/ \
```
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
```