forked from loafle/openapi-generator-original
Test Perl client in Travis CI (#12898)
* test perl client in travis * fix pom
This commit is contained in:
parent
f05dd12b43
commit
83473eb735
@ -111,11 +111,9 @@ before_install:
|
|||||||
- cmake --version
|
- cmake --version
|
||||||
# install Qt5
|
# install Qt5
|
||||||
#- sudo apt install -y --no-install-recommends qt5-default
|
#- sudo apt install -y --no-install-recommends qt5-default
|
||||||
# -- skip perl test to shorten build time
|
|
||||||
# perl dep
|
# perl dep
|
||||||
#- cpanm --local-lib=~/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)
|
- cpanm --local-lib=~/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)
|
||||||
#- cpanm --quiet --no-interactive Test::Exception Test::More Log::Any LWP::UserAgent URI::Query Module::Runtime DateTime Module::Find Moose::Role JSON || echo "Ignored failure from cpanm"
|
- cpanm --quiet --no-interactive Test::Exception Test::More Log::Any LWP::UserAgent URI::Query Module::Runtime DateTime Module::Find Moose::Role JSON || echo "Ignored failure from cpanm"
|
||||||
# -- skip perl test end
|
|
||||||
# show host table to confirm petstore.swagger.io is mapped to localhost
|
# show host table to confirm petstore.swagger.io is mapped to localhost
|
||||||
- cat /etc/hosts
|
- cat /etc/hosts
|
||||||
# show java version
|
# show java version
|
||||||
|
4
pom.xml
4
pom.xml
@ -1142,8 +1142,8 @@
|
|||||||
<module>samples/server/petstore/php-lumen</module>-->
|
<module>samples/server/petstore/php-lumen</module>-->
|
||||||
<module>samples/server/petstore/rust-server</module>
|
<module>samples/server/petstore/rust-server</module>
|
||||||
<!-- clients -->
|
<!-- clients -->
|
||||||
<!--<module>samples/client/petstore/perl</module>
|
<module>samples/client/petstore/perl</module>
|
||||||
<module>samples/client/petstore/bash</module>-->
|
<!--<module>samples/client/petstore/bash</module>-->
|
||||||
<module>samples/client/petstore/ruby-faraday</module>
|
<module>samples/client/petstore/ruby-faraday</module>
|
||||||
<module>samples/client/petstore/ruby</module>
|
<module>samples/client/petstore/ruby</module>
|
||||||
<!-- comment out as it's not working as the moment
|
<!-- comment out as it's not working as the moment
|
||||||
|
Loading…
x
Reference in New Issue
Block a user