mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-05 19:36:26 +02:00
add nim
This commit is contained in:
parent
d86eb04dec
commit
1c1fa316e5
6 changed files with 30 additions and 0 deletions
|
@ -89,6 +89,10 @@ echo 'nasm64'
|
|||
lxc-attach --clear-env -n piston -- /bin/bash -l -c "nasm -version"
|
||||
echo '---'
|
||||
|
||||
echo 'nim'
|
||||
lxc-attach --clear-env -n piston -- /bin/bash -l -c "nim -v"
|
||||
echo '---'
|
||||
|
||||
echo 'node'
|
||||
lxc-attach --clear-env -n piston -- /bin/bash -l -c "node --version"
|
||||
echo '---'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue