forked from wang-bin/QtAV
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
56 lines (47 loc) · 936 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
os:
- osx
- linux
language: cpp
compiler:
- clang
cache: apt
env:
- QT=4.8.6 AV=ffmpeg-1.0.10
- QT=5.0.2 AV=ffmpeg-1.2.10
- QT=5.1.1 AV=ffmpeg-2.0.6
- QT=5.2.1 AV=ffmpeg-2.2.11
- QT=brew AV=ffmpeg-brew
matrix:
exclude:
- os: linux
env: QT=brew AV=ffmpeg-brew
- os: osx
env: QT=4.8.6 AV=ffmpeg-1.0.10
- os: osx
env: QT=5.0.2 AV=ffmpeg-1.2.10
- os: osx
env: QT=5.1.1 AV=ffmpeg-2.0.6
- os: osx
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:
- wbsecg1@gmail.com
on_success: change
on_failure: always