forked from wang-bin/QtAV
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
61 lines (54 loc) · 987 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
dist: trusty
#TODO: mingw cross build
language: cpp
cache: apt
matrix:
include:
- os: osx
compiler: clang
env:
- QT=brew
- AV=ffmpeg-brew
- os: linux
compiler: gcc
env:
- QT=4.8.6
- AV=ffmpeg-1.0.10
- CC=gcc
- os: linux
compiler: clang
env:
- QT=5.0.2
- AV=ffmpeg-1.2.10
- os: linux
compiler: clang
env:
- QT=5.1.1
- AV=ffmpeg-2.0.6
- os: linux
compiler: clang
env:
- QT=5.2.1
- AV=ffmpeg-2.2.11
branches:
only:
- master
- prelease
- ci/travis
- /^travis.*$/
- dev
git:
submodules: true
install: . tools/ci/$TRAVIS_OS_NAME/install.sh
script:
- ./tools/ci/$TRAVIS_OS_NAME/script.sh
after_success: ./tools/ci/$TRAVIS_OS_NAME/after_success.sh
notifications:
irc:
channels:
- "chat.freenode.net#qtav"
email:
recipients:
on_success: change
on_failure: always