File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,20 +18,14 @@ steps:
1818 image : haskell:8.6.5
1919 commands :
2020 - (cd samples/client/petstore/haskell-http-client/ && stack --install-ghc --no-haddock-deps haddock --fast && stack test --fast)
21- # below dart tests moved to circle ci
22- # test Dart 2.x petstore client
23- # - name: dart2x-test
24- # image: google/dart
25- # commands:
26- # - (cd samples/client/petstore/dart-jaguar/openapi && pub get && pub run build_runner build --delete-conflicting-outputs)
27- # - (cd samples/client/petstore/dart-jaguar/flutter_petstore/openapi && pub get && pub run build_runner build --delete-conflicting-outputs)
28- # - (cd samples/client/petstore/dart2/petstore && pub get && pub run test)
2921# test Java 11 HTTP client
3022- name : java11-test
3123 image : openjdk:11.0
3224 commands :
3325 - ./mvnw -quiet clean install -Dorg.slf4j.simpleLogger.defaultLogLevel=error
3426 - ./mvnw --quiet verify -Psamples.droneio -Dorg.slf4j.simpleLogger.defaultLogLevel=error
27+ # test java native client
28+ - ./mvnw clean test -f samples/client/petstore/java/native/pom.xml
3529 # test all generators with fake petstore spec (2.0, 3.0)
3630 - /bin/bash bin/utils/test-fake-petstore-for-all.sh
3731 # generate test scripts
You can’t perform that action at this time.
0 commit comments