mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-12 12:40:53 +00:00
comment out cpp qt tests
This commit is contained in:
parent
b7d079b7e3
commit
8d4c9e2472
@ -108,9 +108,9 @@ before_install:
|
||||
#- curl -f -L -o ./rebar3 https://s3.amazonaws.com/rebar3/rebar3 && chmod +x ./rebar3 && ./rebar3 version && export PATH="${TRAVIS_BUILD_DIR}:$PATH"
|
||||
# install C++ tools
|
||||
- sudo apt install -y --no-install-recommends valgrind cmake build-essential
|
||||
# install Qt5
|
||||
- sudo apt install -y --no-install-recommends qt5-default
|
||||
- cmake --version
|
||||
# install Qt5
|
||||
#- sudo apt install -y --no-install-recommends qt5-default
|
||||
# -- skip perl test to shorten build time
|
||||
# perl dep
|
||||
#- cpanm --local-lib=~/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)
|
||||
|
3
pom.xml
3
pom.xml
@ -1126,7 +1126,8 @@
|
||||
</property>
|
||||
</activation>
|
||||
<modules>
|
||||
<module>samples/client/petstore/cpp-qt</module>
|
||||
<!-- comment out as newer version of qt needed in travis
|
||||
<module>samples/client/petstore/cpp-qt</module>-->
|
||||
<module>samples/client/petstore/php/OpenAPIClient-php</module>
|
||||
<!-- TODO: move to github action or circleci
|
||||
<module>samples/client/petstore/crystal</module>-->
|
||||
|
Loading…
x
Reference in New Issue
Block a user