forked from buildfoundation/mainframer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
27 lines (24 loc) · 1.09 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
install:
- echo "Just override default Travis CI install step to avoid automatic dependency resolution."
matrix:
include:
- os: linux
sudo: required
services:
- docker
script:
- ci/build.sh
- os: osx
script:
- ci/macOS.sh
deploy:
provider: releases
api_key:
secure: GvzZK+5imIkyZn4lDwFiaM94iVh2r6DXHOqODIR1gG8WVRhZq7dfjJqcGFnXAIHshGYK/E0Ur8i1MPK5gtiOmxAUbu41/2JMBK3Y+AGKZXgSFT5/iat/Zu5tql5kk9Qft5pj53vfeuC20TXH972yzyFHhIPXGil4bs+gEa1FaruVqKug/mmW+Wkzj09R7/2eVswBRRBWPHDjoNgWYRW4tgwiEx+NoL0R/aRynwoBE5LM1X3E0I6S9p97WJtEik280Hg3zEgBBUtUQ2i18YwSBGh4/d9MC+sBJAaWyJDBtwPe3CjMP4rJ5CCiYSMhOJ2DUnDmJYH3BiUKAPaz/NtMEPdmCuMpwC2dNDIhoWlRtul0C00N62FxOuOfAM4ZlLAGqX+TUQdHbR4PVHQHqCQqMgL9dMJRZs7jCTZTMEJwUVEO62hfxT7afU4gquU+glHgSE3SCn9HuHl7LbaWo3nylsmj/H+g4yEnIkvMELYTRgAYRlJOKhR2UbUzNuD+v+3NcH+rpKbhUqA3n/TuMtJi2vTozlQESOuCvfXE6DYbsGwdGBlMjawIYny/6qF3TOzwN1k3KaWizIoQbyQF1lXPd5U7QcII+Pu14J1NruZQ9Pfsbinf4EKU5B40S7XxgPXATppbSxjLC8DS7xunP4udhYMDkk9v35r72OwvKPotpSk=
skip_cleanup: true
file_glob: true
file: build/artifacts/*
on:
tags: true
notifications:
email: false