mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 04:56:30 +02:00
merge
This commit is contained in:
commit
30556fb45d
7 changed files with 36 additions and 2 deletions
|
@ -27,6 +27,9 @@ echo '---'
|
|||
echo 'kotlin'
|
||||
lxc-attach --clear-env -n piston -- /bin/bash -l -c "kotlinc -version"
|
||||
echo '---'
|
||||
echo "elixir"
|
||||
lxc-attach --clear-env -n piston -- /bin/bash -l -c "elixir --version"
|
||||
echo "---"
|
||||
echo 'nasm'
|
||||
lxc-attach --clear-env -n piston -- /bin/bash -l -c "nasm -version"
|
||||
echo '---'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue