Bruno Coelho 80064d8411 [CI][Swift4] improve swift ci integration (#4571)
* [CI][swift] fix objcCompatible example

* [swift4] [ci] build openapi-generator and update swift4 samples
2019-11-22 11:06:47 +08:00

12 lines
207 B
Bash

#/bin/bash
set -e
DIRECTORY=`dirname $0`
# example project with unit tests
mvn -f $DIRECTORY/default/TestClientApp/pom.xml integration-test
# spm build
mvn -f $DIRECTORY/default/pom.xml integration-test