Skip to content

Commit ec0db2f

Browse files
authored
Test java 11 native client in drone.ci (#6144)
* test java 11 native clientin drone.ci * trigger build failure * Revert "trigger build failure" This reverts commit e52ad39.
1 parent c984994 commit ec0db2f

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

CI/.drone.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)