forked from DeaDBeeF-Player/deadbeef
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
43 lines (38 loc) · 929 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
language: c
matrix:
include:
- os: linux
dist: trusty
addons:
apt:
packages:
- autopoint
- automake
- autoconf
- intltool
- libc6-dev
- yasm
- libglib2.0-bin
- fakeroot
# for i686:
# - gcc-multilib
sudo: required
- os: osx
osx_image: xcode10.1
git:
submodules: false
script:
- ./travis/build.sh
after_success:
- ./travis/upload.sh
notifications:
irc:
channels:
- "chat.freenode.net#deadbeefplayer"
on_success: always
on_failure: always
template:
- "%{branch} - %{commit} : %{author} : %{message}"
- "Commit message: %{commit_subject}"
- "Diff: %{compare_url}"
- "Build details: %{build_url}"