diff --git a/CI/.drone.yml b/CI/.drone.yml index ad8bb2fa2d5..fa27e5b67e2 100644 --- a/CI/.drone.yml +++ b/CI/.drone.yml @@ -18,20 +18,14 @@ steps: image: haskell:8.6.5 commands: - (cd samples/client/petstore/haskell-http-client/ && stack --install-ghc --no-haddock-deps haddock --fast && stack test --fast) -# below dart tests moved to circle ci -# test Dart 2.x petstore client -#- name: dart2x-test -# image: google/dart -# commands: -# - (cd samples/client/petstore/dart-jaguar/openapi && pub get && pub run build_runner build --delete-conflicting-outputs) -# - (cd samples/client/petstore/dart-jaguar/flutter_petstore/openapi && pub get && pub run build_runner build --delete-conflicting-outputs) -# - (cd samples/client/petstore/dart2/petstore && pub get && pub run test) # test Java 11 HTTP client - name: java11-test image: openjdk:11.0 commands: - ./mvnw -quiet clean install -Dorg.slf4j.simpleLogger.defaultLogLevel=error - ./mvnw --quiet verify -Psamples.droneio -Dorg.slf4j.simpleLogger.defaultLogLevel=error + # test java native client + - ./mvnw clean test -f samples/client/petstore/java/native/pom.xml # test all generators with fake petstore spec (2.0, 3.0) - /bin/bash bin/utils/test-fake-petstore-for-all.sh # generate test scripts