forked from loafle/openapi-generator-original
* [CI][swift] fix objcCompatible example * [swift4] [ci] build openapi-generator and update swift4 samples
12 lines
207 B
Bash
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
|