Remove more repl
This commit is contained in:
parent
3748541b88
commit
74f1c36213
|
@ -91,12 +91,8 @@ compile: |
|
||||||
< programs/Conditions.claro \
|
< programs/Conditions.claro \
|
||||||
> programs/Conditions.java
|
> programs/Conditions.java
|
||||||
run: |
|
run: |
|
||||||
set -e
|
|
||||||
|
|
||||||
cd programs
|
cd programs
|
||||||
./conditions_compiled_claro_image ||:
|
./conditions_compiled_claro_image
|
||||||
|
|
||||||
java -jar /opt/claro/claro_compiler_binary_deploy.jar --repl --silent
|
|
||||||
|
|
||||||
input: |
|
input: |
|
||||||
print(123 * 234);
|
print(123 * 234);
|
||||||
|
|
Loading…
Reference in New Issue