Skip to content

Commit

Permalink
Add tests for Cpprestsdk client in CircleCI (OpenAPITools#18817)
Browse files Browse the repository at this point in the history
* add cpprest sdk test in circleci

* install
  • Loading branch information
wing328 authored Jun 1, 2024
1 parent 84ce2bf commit ca94559
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CI/circle_parallel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,15 @@ elif [ "$NODE_INDEX" = "2" ]; then
export PATH="/usr/local/go1.18/go/bin:$PATH"
go version

# install cpprestsdk
sudo apt-get install libcpprest-dev

# run go integration tests
(cd samples/client/petstore/go && mvn integration-test)
(cd samples/openapi3/client/petstore/go && mvn integration-test)
(cd samples/openapi3/client/petstore/go-petstore-generateMarshalJSON-false && mvn integration-test)
(cd samples/client/others/go/allof_multiple_ref_and_discriminator && mvn integration-test)
(cd samples/client/petstore/cpp-restsdk/client && mvn integration-test)

elif [ "$NODE_INDEX" = "3" ]; then

Expand Down

0 comments on commit ca94559

Please sign in to comment.