-
Notifications
You must be signed in to change notification settings - Fork 14
/
.travis.yml
47 lines (41 loc) · 999 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
sudo: required
dist: bionic
services:
- docker
language: c
env:
- TARGET_DISTRIBUTION=centos6
- TARGET_DISTRIBUTION=centos7
- TARGET_DISTRIBUTION=centos8
- TARGET_DISTRIBUTION=fedora
- TARGET_DISTRIBUTION=opensuse-leap
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-debuginfo.json
skip_cleanup: true
- provider: bintray
user: tatsushid
key: '$BINTRAY_API_KEY'
file: ./bintray/bintray-libh2o.json
skip_cleanup: true
- provider: bintray
user: tatsushid
key: '$BINTRAY_API_KEY'
file: ./bintray/bintray-libh2o-evloop.json
skip_cleanup: true
- provider: bintray
user: tatsushid
key: '$BINTRAY_API_KEY'
file: ./bintray/bintray-libh2o-devel.json
skip_cleanup: true