-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy path.travis.yml
48 lines (43 loc) · 977 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
44
45
46
47
48
matrix:
include:
- language: node_js
dist: trusty
node_js: '10'
script: scripts/test.sh
- language: android
dist: trusty
android:
components:
- build-tools-28.0.3
- android-28
before_install:
- yes | sdkmanager "platforms;android-28"
- nvm install 10
script: scripts/build-cordova.sh
- language: objective-c
os: osx
osx_image: xcode10.2
before_install: nvm install 10
script: scripts/build-cordova.sh
cache:
directories:
- node_modules
- platforms
- plugins
- /home/travis/.cache/Cypress
install: travis_wait 30 scripts/install.sh
deploy:
- provider: script
skip_cleanup: true
script: scripts/deploy.sh
on:
all_branches: true
- provider: releases
api_key: $GITHUB_TOKEN
file:
- aeternity.tar.gz
- aeternity.apk
- aeternity.app.tar.gz
skip_cleanup: true
on:
tags: true