-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.travis.yml
More file actions
44 lines (36 loc) · 767 Bytes
/
.travis.yml
File metadata and controls
44 lines (36 loc) · 767 Bytes
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
# See http://docs.travis-ci.com/user/customizing-the-build/
# See ./travis/* for the actual scripts that get run
sudo: required
dist: trusty
language: cpp
addons:
apt:
packages:
- cmake
- qt-sdk
- gcc-4.8
- g++-4.8
env:
- THENEEDFORTHIS=FAIL
branches:
except:
- debian
- nightly/debian
- nightly/ubuntu
- ubuntu
matrix:
include:
# - env: QTTYPE=4
- env: QTTYPE=5
exclude:
- env: THENEEDFORTHIS=FAIL
before_install: bash ./travis/before_install.sh
install: bash ./travis/install.sh
before_script: bash ./travis/before_script.sh
script: bash ./travis/script.sh
notifications:
irc:
channels:
- "irc.tm-irc.org#grumpy"
on_failure: always
on_success: change