File tree Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Original file line number Diff line number Diff line change 13
13
submodules : false
14
14
before_install :
15
15
# Use sed to replace the SSH URL with the public URL, then initialize submodules
16
- -
sed -i -e 's/[email protected] :/https:\/\/github.com\//' .gitmodules
17
- - git submodule update --init --recursive
18
- - chmod a+x ./Travis/installUnity.sh
16
+ # - sed -i -e 's/[email protected] :/https:\/\/github.com\//' .gitmodules
17
+ # - git submodule update --init --recursive
18
+ # - chmod a+x ./Travis/installUnity.sh
19
19
-
npm install -g [email protected]
20
20
install :
21
21
- pip install bumpversion
22
- - ./Travis/installUnity.sh
22
+ - npm install @semantic-release/exec
23
+ - npm install @semantic-release/changelog
24
+ - npm install @semantic-release/git
25
+ - npm install @semantic-release/github
26
+ # - ./Travis/installUnity.sh
23
27
- npm install @semantic-release/exec
24
28
before_script :
25
29
- chmod a+x ./Travis/createProject.sh
26
30
- chmod a+x ./Travis/installSDK.sh
27
31
- chmod a+x ./Travis/runTests.sh
28
32
- chmod a+x ./Travis/build.sh
29
33
script :
30
- - ./Travis/createProject.sh
31
- - ./Travis/installSDK.sh
32
- - cd Core
33
- - git clean -f -d
34
- - cd ../
35
- - git reset --hard
34
+ # - ./Travis/createProject.sh
35
+ # - ./Travis/installSDK.sh
36
+ # - cd Core
37
+ # - git clean -f -d
38
+ # - cd ../
39
+ # - git reset --hard
36
40
# - ./Travis/runTests.sh
37
41
# - ./Travis/build.sh
38
42
deploy :
You can’t perform that action at this time.
0 commit comments