forked from loafle/openapi-generator-original
Test perl petstore client in CircleCI (#17669)
* test perl client in circleci * cpanm install * install * add bash * bin bash * update * undo pom.xml change
This commit is contained in:
8
samples/client/petstore/perl/test.bash
Normal file
8
samples/client/petstore/perl/test.bash
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
cpanm --local-lib=~/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)
|
||||
cpanm --installdeps .
|
||||
|
||||
perl tests/01_pet_api.t
|
||||
Reference in New Issue
Block a user