-
-
Notifications
You must be signed in to change notification settings - Fork 91
/
Copy path.travis.yml
39 lines (31 loc) · 1 KB
/
.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
language: cpp
os:
- linux
env:
# - LIBAV=libav-stable
- LIBAV=libav-git
# - LIBAV=ffmpeg-stable
# - LIBAV=ffmpeg-git
compiler:
- clang
branches:
only:
- master
- release
before_install:
# - sudo add-apt-repository --yes 'deb http://http.debian.net/debian wheezy-backports main'
- sudo add-apt-repository -y ppa:ubuntu-sdk-team/ppa
- sudo add-apt-repository -y ppa:canonical-qt5-edgers/qt5-proper
- sudo apt-get update
- sudo apt-get install -y libfribidi-dev pkg-config fontconfig libsqlite3-dev yasm cmake ninja-build libqt5x11extras5-dev qt5-qmake qtbase5-dev qtdeclarative5-dev libqt5webkit5-dev libqt5svg5-dev
# - sudo apt-get -t wheezy-backports install libqt5x11extras5-dev qt5-qmake qtbase5-dev qtdeclarative5-dev libqt5webkit5-dev libqt5svg5-dev
- TRAVIS_OS_NAME=linux; ./travis-deps libass-stable $LIBAV libmpv-git
script:
- ./make.sh
notifications:
email: false
irc:
channels:
- "irc.freenode.org#baka-mplayer-dev"
on_success: change
on_failure: always