Skip to content

Commit

Permalink
Remove iOS tests from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
crimsonred committed Feb 7, 2018
1 parent 8d56589 commit 1dbace3
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions TravisScripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,6 @@ cat $(pwd)/test1.xml
#exit if tests failed
if [ $rc0 -ne 0 ]; then { echo "Failed unit tests editmode"; /Applications/Unity/Unity.app/Contents/MacOS/Unity -quit -batchmode -returnlicense; exit $rc0; } fi

echo "Running editor unit tests for ${UNITYCI_PROJECT_NAME} StandaloneOSXIntel64"
/Applications/Unity/Unity.app/Contents/MacOS/Unity \
-batchmode \
-logFile $(pwd)/unity.log \
-projectPath "$(pwd)/${UNITYCI_PROJECT_NAME}" \
-runTests \
-testResults $(pwd)/test3.xml \
-testPlatform StandaloneOSXIntel64 \
-username ${UNITYCI_USER_NAME} \
-password ${UNITYCI_PASS} \
-serial ${UNITYCI_SERIAL}

rc3=$?
echo "Unit test logs"
cat $(pwd)/test3.xml
#exit if tests failed
if [ $rc3 -ne 0 ]; then { echo "Failed unit tests StandaloneOSXIntel64"; /Applications/Unity/Unity.app/Contents/MacOS/Unity -quit -batchmode -returnlicense; exit $rc3; } fi

echo "Running editor unit tests for ${UNITYCI_PROJECT_NAME} playmode"
/Applications/Unity/Unity.app/Contents/MacOS/Unity \
-batchmode \
Expand Down

0 comments on commit 1dbace3

Please sign in to comment.