forked from lubing521/QtAV
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
45 lines (40 loc) · 808 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
os:
- linux
- osx
# TODO: osx must manually request http://docs.travis-ci.com/user/multi-os/
language: cpp
compiler:
- clang
cache: apt
install: true
env:
global:
- LANG="en_US.UTF-8"
matrix:
- 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=5.3.1 AV=ffmpeg-2.4.4
# allow_failures:
# - os: osx
branches:
only:
- master
- prelease
- ci
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