File tree Expand file tree Collapse file tree 2 files changed +23
-26
lines changed Expand file tree Collapse file tree 2 files changed +23
-26
lines changed Original file line number Diff line number Diff line change @@ -4,29 +4,23 @@ notifications:
4
4
email :
5
5
on_success : never
6
6
on_failure : change
7
-
8
7
jobs :
9
8
include :
10
- - stage : Install Unity/Run Tests/Export/Deploy
11
- install :
12
- - sudo -E sh ./TravisScripts/install.sh
13
- script :
14
- - sudo -E sh ./TravisScripts/build.sh
15
- deploy :
16
- provider : releases
17
- api_key :
18
- secure : ${s}
19
- file : $(pwd)/${UNITYCI_PROJECT_NAME}/${UNITYCI_PACKAGE_NAME}.unitypackage
20
- skip_cleanup : true
21
- on :
22
- repo : pubnub/unity
23
- # branch: master
24
- tags : true
9
+ - stage : Install Unity/Run Tests/Export/Deploy
10
+ install :
11
+ - sudo -E sh ./TravisScripts/install.sh
12
+ script :
13
+ - sudo -E sh ./TravisScripts/build.sh
14
+ deploy :
15
+ provider : releases
16
+ api_key : ${s}
17
+ file : $(pwd)/${UNITYCI_PROJECT_NAME}/${UNITYCI_PACKAGE_NAME}.unitypackage
18
+ skip_cleanup : true
19
+ on :
20
+ repo : pubnub/unity
21
+ # branch: master
22
+ tags : true
25
23
env :
26
24
global :
27
- - UNITYCI_PACKAGE_NAME="PubNub"
25
+ - UNITYCI_PACKAGE_NAME="PubNub"
28
26
- UNITYCI_PROJECT_NAME="PubNubUnity"
29
- - secure : sUu1lt5DjWdu5yipWJ/P3feodjp0wPePj7d5KmDI+nbhZ3OidPGWxXGSYuRGbbcb5x0kuQy3sECYOaIGFEg8jQlX8CfPt6ImUVntm5UvFbd0f7720FolqF1axGXykDmBdm50aVtmL5m2eb8mTGciJstjppKn0Hppt5KVCuprXAs=
30
- - secure : mHp1xygfk5LePe5uMnKl9qmlZS4KyStaHoJydcLovKAPBxXbrASj3jC2vdgzJwdK7288X5KwUGQFZCyyaHDSa0WBcluCl933kfmgcJacTTOfC3GdmX0MuMtfEaa8KjC5bnuYOQMDZ73/XAK7lLGIzQXLO393MwrckL+beE/rdY4=
31
- - secure : S94Ss9BjnnA4NiUVdtuvuEP5+n67MKZa/qmsgKSA+6JWxKghHRB1lBEDDSTmPt+LctgpryyYQYvrdpjhXREy7qkXB6wjS9PEd44axeHYyX2z7RjBZtfnIsNvMbVU599h/1Xb6LeeN3ZOiPJzxGyoKAGlbUykfrpFAqUDvZm43cM=
32
- - secure : amnc2yg7PWDmWrMk+m/FSp5S9VF5jGzExFRm83uS8P00cgu3/mr83cquXgoMbdjfoJbwcRZnA8kCzp9BdBRqzIdeCPG34rcTfggW+8DEv+nDdem/6GFWBmHK5hTrzGYZEE7h3aTwwCYfz8ujkBRoF4xUWF3pPSkh3rsF9jcjqbw=
Original file line number Diff line number Diff line change 5
5
# the project folder is "UnityProject". If this is not true then adjust the
6
6
# -projectPath argument to point to the right location.
7
7
8
- # # Run the editor unit tests
8
+ # Run the editor unit tests
9
9
echo " Running editor unit tests for ${UNITYCI_PROJECT_NAME} editmode"
10
10
/Applications/Unity/Unity.app/Contents/MacOS/Unity \
11
11
-batchmode \
@@ -62,14 +62,17 @@ echo "creating exportPackage"
62
62
-quit \
63
63
-batchmode \
64
64
-logFile $( pwd) /exportPackage.log \
65
- -projectPath $( pwd) /${UNITYCI_PROJECT_NAME} \
65
+ -projectPath " $( pwd) /${UNITYCI_PROJECT_NAME} " \
66
66
-exportPackage " Assets" " ${UNITYCI_PACKAGE_NAME} .unitypackage" \
67
- -username ${UNITYCI_USER_NAME} \
68
- -password ${UNITYCI_PASS} \
69
- -serial ${UNITYCI_SERIAL} \
67
+ -username " ${UNITYCI_NEW_USER} " \
68
+ -password " ${UNITYCI_NEW_PASS} " \
69
+ -serial " ${UNITYCI_NEW_SERIAL} "
70
70
71
71
# returning license
72
72
echo " returning license"
73
+
73
74
/Applications/Unity/Unity.app/Contents/MacOS/Unity -quit -batchmode -returnlicense
74
75
76
+ # cat $(pwd)/exportPackage.log
77
+
75
78
exit
You can’t perform that action at this time.
0 commit comments