mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 21:16:29 +02:00
add scala
This commit is contained in:
parent
6615ec4519
commit
48d3e39f9a
7 changed files with 29 additions and 0 deletions
|
@ -125,6 +125,10 @@ echo 'rust'
|
|||
lxc-attach --clear-env -n piston -- /bin/bash -l -c "rustc --version"
|
||||
echo '---'
|
||||
|
||||
echo 'scala'
|
||||
lxc-attach --clear-env -n piston -- /bin/bash -l -c "scala -version"
|
||||
echo '---'
|
||||
|
||||
echo 'swift'
|
||||
lxc-attach --clear-env -n piston -- /bin/bash -l -c "swift --version"
|
||||
echo '---'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue