-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy path.travis.yml
44 lines (37 loc) · 973 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
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided this notice is
# preserved. This file is offered as-is, without any warranty.
# Names of contributors must not be used to endorse or promote products
# derived from this file without specific prior written permission.
# See YAML format https://en.wikipedia.org/wiki/YAML
# See Travis CI (Continuous Integration) https://docs.travis-ci.com/
language: cpp
dist: xenial
notifications:
email: false
os:
- linux
compiler:
- clang
- gcc
addons:
apt:
packages:
- clang
- gcc
- make
- qt-sdk
- qt5-qmake
- qtbase5-dev
- qtbase5-dev-tools
- qtdeclarative5-dev
- qt5-default
- qml-module-qtquick2
- libqt5network5
- libqt5sql5-sqlite
- libqt5sql5-mysql
- libqt5sql5-psql
script:
- cd client/ultimate/
- qmake catchchallenger-ultimate.pro
- make