-
Notifications
You must be signed in to change notification settings - Fork 206
/
.travis.yml
43 lines (43 loc) · 945 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
language: node_js
node_js:
- "10"
os:
- osx
osx_image: xcode61
rvm:
- 2.2
cache:
directories:
- ./Unity
git:
submodules: false
before_install:
- chmod a+x ./Travis/installUnity.sh
- npm install -g npm@6.x
install:
- pip install bumpversion
- npm install @semantic-release/exec
- npm install @semantic-release/changelog
- npm install @semantic-release/git
- npm install @semantic-release/github
- npm install @semantic-release/commit-analyzer
- npm install @semantic-release/release-notes-generator
- ./Travis/installUnity.sh
before_script:
- chmod a+x ./Travis/createProject.sh
- chmod a+x ./Travis/installSDK.sh
# - chmod a+x ./Travis/runTests.sh
# - chmod a+x ./Travis/build.sh
script:
- ./Travis/createProject.sh
- ./Travis/installSDK.sh
# - cd Core
# - git clean -f -d
# - cd ../
# - git reset --hard
# - ./Travis/runTests.sh
# - ./Travis/build.sh
deploy:
- provider: script
skip_cleanup: true
script: npx semantic-release