Add very basic "perl-cpanm" test
This commit is contained in:
parent
a828a63272
commit
6ee007ffc7
|
|
@ -169,6 +169,7 @@ imageTests+=(
|
|||
'
|
||||
[perl]='
|
||||
perl-hello-world
|
||||
perl-cpanm
|
||||
'
|
||||
[php]='
|
||||
php-ext-install
|
||||
|
|
|
|||
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
set -eux
|
||||
|
||||
cpanm --notest Mojolicious
|
||||
|
|
@ -0,0 +1 @@
|
|||
../run-sh-in-container.sh
|
||||
Loading…
Reference in New Issue