Skip to content

Commit 1dbace3

Browse files
committed
Remove iOS tests from travis
1 parent 8d56589 commit 1dbace3

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

TravisScripts/build.sh

-18
Original file line numberDiff line numberDiff line change
@@ -25,24 +25,6 @@ cat $(pwd)/test1.xml
2525
#exit if tests failed
2626
if [ $rc0 -ne 0 ]; then { echo "Failed unit tests editmode"; /Applications/Unity/Unity.app/Contents/MacOS/Unity -quit -batchmode -returnlicense; exit $rc0; } fi
2727

28-
echo "Running editor unit tests for ${UNITYCI_PROJECT_NAME} StandaloneOSXIntel64"
29-
/Applications/Unity/Unity.app/Contents/MacOS/Unity \
30-
-batchmode \
31-
-logFile $(pwd)/unity.log \
32-
-projectPath "$(pwd)/${UNITYCI_PROJECT_NAME}" \
33-
-runTests \
34-
-testResults $(pwd)/test3.xml \
35-
-testPlatform StandaloneOSXIntel64 \
36-
-username ${UNITYCI_USER_NAME} \
37-
-password ${UNITYCI_PASS} \
38-
-serial ${UNITYCI_SERIAL}
39-
40-
rc3=$?
41-
echo "Unit test logs"
42-
cat $(pwd)/test3.xml
43-
#exit if tests failed
44-
if [ $rc3 -ne 0 ]; then { echo "Failed unit tests StandaloneOSXIntel64"; /Applications/Unity/Unity.app/Contents/MacOS/Unity -quit -batchmode -returnlicense; exit $rc3; } fi
45-
4628
echo "Running editor unit tests for ${UNITYCI_PROJECT_NAME} playmode"
4729
/Applications/Unity/Unity.app/Contents/MacOS/Unity \
4830
-batchmode \

0 commit comments

Comments
 (0)