William Cheng a1fc114efa
[Swift] minor fix to scripts (#4577)
* minor fix to swift4 scripts

* fix script

* update bitrise config

* update doc

* run swift4_test_all.sh directly

* make swift4 script executable
2019-11-22 21:42:32 +08:00

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