-
Notifications
You must be signed in to change notification settings - Fork 2
/
.travis.yml
67 lines (60 loc) · 1.46 KB
/
.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
sudo: required
dist: bionic
services:
- docker
language: c
env:
- TARGET_DISTRIBUTION=debian8
- TARGET_DISTRIBUTION=debian9
- TARGET_DISTRIBUTION=debian10
- TARGET_DISTRIBUTION=ubuntu1404
- TARGET_DISTRIBUTION=ubuntu1604
- TARGET_DISTRIBUTION=ubuntu1804
addons:
hosts:
- 127.0.0.1.XIP.IO
script:
- make "$TARGET_DISTRIBUTION"
before_deploy:
- make bintray
deploy:
- provider: bintray
user: tatsushid
key: '$BINTRAY_API_KEY'
file: ./bintray/bintray-h2o.json
skip_cleanup: true
- provider: bintray
user: tatsushid
key: '$BINTRAY_API_KEY'
file: ./bintray/bintray-h2o-doc.json
skip_cleanup: true
- provider: bintray
user: tatsushid
key: '$BINTRAY_API_KEY'
file: ./bintray/bintray-h2o-dbg.json
skip_cleanup: true
- provider: bintray
user: tatsushid
key: '$BINTRAY_API_KEY'
file: ./bintray/bintray-libh2o0.json
skip_cleanup: true
- provider: bintray
user: tatsushid
key: '$BINTRAY_API_KEY'
file: ./bintray/bintray-libh2o-evloop0.json
skip_cleanup: true
- provider: bintray
user: tatsushid
key: '$BINTRAY_API_KEY'
file: ./bintray/bintray-libh2o-dev-common.json
skip_cleanup: true
- provider: bintray
user: tatsushid
key: '$BINTRAY_API_KEY'
file: ./bintray/bintray-libh2o-dev.json
skip_cleanup: true
- provider: bintray
user: tatsushid
key: '$BINTRAY_API_KEY'
file: ./bintray/bintray-libh2o-evloop-dev.json
skip_cleanup: true