Set project path

This commit is contained in:
Webber
2019-11-27 21:27:46 +01:00
committed by Webber Takken
parent c059278b9b
commit 3c67b344f2

View File

@@ -62,7 +62,8 @@ xvfb-run --auto-servernum --server-args='-screen 0 640x480x24' \
/opt/Unity/Editor/Unity \ /opt/Unity/Editor/Unity \
-batchmode \ -batchmode \
-logfile /dev/stdout \ -logfile /dev/stdout \
-runTests "$UNITY_PROJECT_PATH" \ -projectPath "$UNITY_PROJECT_PATH" \
-runTests \
-testPlatform editmode \ -testPlatform editmode \
-testResults "$UNITY_PROJECT_PATH/editmode-results.xml" -testResults "$UNITY_PROJECT_PATH/editmode-results.xml"
@@ -88,7 +89,8 @@ xvfb-run --auto-servernum --server-args='-screen 0 640x480x24' \
/opt/Unity/Editor/Unity \ /opt/Unity/Editor/Unity \
-batchmode \ -batchmode \
-logfile /dev/stdout \ -logfile /dev/stdout \
-runTests "$UNITY_PROJECT_PATH" \ -projectPath "$UNITY_PROJECT_PATH" \
-runTests \
-testPlatform playmode \ -testPlatform playmode \
-testResults "$UNITY_PROJECT_PATH/playmode-results.xml" -testResults "$UNITY_PROJECT_PATH/playmode-results.xml"