forked from loafle/openapi-generator-original
* minor fix to swift4 scripts * fix script * update bitrise config * update doc * run swift4_test_all.sh directly * make swift4 script executable
12 lines
207 B
Bash
Executable File
12 lines
207 B
Bash
Executable File
#/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
|