forked from KSP-RO/RP-1
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.travis.yml
More file actions
33 lines (27 loc) · 731 Bytes
/
.travis.yml
File metadata and controls
33 lines (27 loc) · 731 Bytes
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
language: c
git:
depth: 500
install:
- sudo apt-get update
- sudo apt-get install zip libyaml-libyaml-perl libipc-system-simple-perl
script: make release
before_deploy:
- gem install mime-types -v 2.6.2
deploy:
provider: releases
api_key:
secure: sB3nXTDnZgr4o1Wk7NZaQZNTyfknolA7rJ90TqwSx1/kvg0Xc6/7CBAVqtndW0ivkF0CV8AT32Jc3tGPBdfArMGcljFuiHyuYFEUmA2qcIDNcdUD+hdF1Jq5HKjUiEuqTf012s1fi9WyNwsZSBSxSckwP6K9y1huxpYPLRYuQ9Q=
file_glob: true
file: RP-0-*.zip
on:
repo: KSP-RO/RP-0
tags: true
all_branches: true
notifications:
irc:
channels:
- "irc.esper.net#rp0"
on_success: change
on_failure: always
use_notice: true
skip_join: true