We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f56395 commit ec08571Copy full SHA for ec08571
1 file changed
CI/.drone.yml
@@ -1,6 +1,5 @@
1
kind: pipeline
2
name: default
3
-
4
steps:
5
# test Java 11 HTTP client
6
- name: java11-test
@@ -54,3 +53,10 @@ steps:
54
53
image: haskell:8.6.5
55
commands:
56
- (cd samples/client/petstore/haskell-http-client/ && stack --install-ghc --no-haddock-deps haddock --fast && stack test --fast)
+# test erlang client and server
57
+- name: erlang
58
+ image: erlang:alpine
59
+ commands:
60
+ - (cd samples/client/petstore/erlang-client && rebar3 compile)
61
+ - (cd samples/client/petstore/erlang-proper && rebar3 compile)
62
+ #- (cd samples/server/petstore/erlang-server && rebar3 compile)
0 commit comments