mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 13:36:31 +02:00
Add executor and test for Nim
This commit is contained in:
parent
47601eda51
commit
5134eb961b
3 changed files with 8 additions and 0 deletions
|
@ -69,6 +69,9 @@ echo 'nasm'
|
|||
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"
|
||||
|
||||
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