diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-04-08 01:55:59 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-04-08 01:55:59 +0000 |
| commit | 8e5f626747d506430611d9ae00e7386e8efd0e92 (patch) | |
| tree | d753924f0a78ce66c840261f6b46ee7e476ec8e6 /BuildTools/Scripts | |
| parent | Enabled tests on appveyor (diff) | |
| download | DiligentTools-8e5f626747d506430611d9ae00e7386e8efd0e92.tar.gz DiligentTools-8e5f626747d506430611d9ae00e7386e8efd0e92.zip | |
Enabled tests on travis
Diffstat (limited to 'BuildTools/Scripts')
| -rwxr-xr-x | BuildTools/Scripts/travis/run_tests.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/BuildTools/Scripts/travis/run_tests.sh b/BuildTools/Scripts/travis/run_tests.sh new file mode 100755 index 0000000..99f49bd --- /dev/null +++ b/BuildTools/Scripts/travis/run_tests.sh @@ -0,0 +1,9 @@ +if [ "$TRAVIS_OS_NAME" = "linux" ]; then + $1/Tests/DiligentToolsTest/DiligentToolsTest || return +fi + +if [ "$TRAVIS_OS_NAME" = "osx" ]; then + if [ "$IOS" = "false" ]; then + $1/Tests/DiligentToolsTest/$CONFIG/DiligentToolsTest || return + fi +fi |
