mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-08 03:06:26 +02:00
fix typo, add test entry for nim
This commit is contained in:
parent
a4039fa334
commit
d218402a5f
2 changed files with 4 additions and 1 deletions
|
@ -70,7 +70,8 @@ lxc-attach --clear-env -n piston -- /bin/bash -l -c "nasm -version"
|
|||
echo '---'
|
||||
|
||||
echo 'nim'
|
||||
lxc-attack --clear-env -n piston -- /bin/bash -l -c "nim -v | head -n1"
|
||||
lxc-attach --clear-env -n piston -- /bin/bash -l -c "nim -v | head -n1"
|
||||
echo '---'
|
||||
|
||||
echo 'node'
|
||||
lxc-attach --clear-env -n piston -- /bin/bash -l -c "node --version"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue