forked from eiskaltdcpp/eiskaltdcpp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
54 lines (47 loc) · 1003 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
language: cpp
dist: xenial
sudo: required
os:
- linux
- osx
compiler:
- gcc
- clang
env:
- TARGET=linux64 USE_QT=qt4
- TARGET=linux64 USE_QT=qt5
- TARGET=linux64 USE_GTK=gtk2
- TARGET=linux64 USE_GTK=gtk3
- TARGET=linux64 USE_DAEMON=jsonrpc
- TARGET=windows32
- TARGET=windows64
- TARGET=macos64
matrix:
exclude:
- env: TARGET=linux64 USE_QT=qt4
os: osx
- env: TARGET=linux64 USE_QT=qt5
os: osx
- env: TARGET=linux64 USE_GTK=gtk2
os: osx
- env: TARGET=linux64 USE_GTK=gtk3
os: osx
- env: TARGET=linux64 USE_DAEMON=jsonrpc
os: osx
- env: TARGET=windows32
os: osx
- env: TARGET=windows32
compiler: clang
- env: TARGET=windows64
os: osx
- env: TARGET=windows64
compiler: clang
- env: TARGET=macos64
os: osx
compiler: gcc
- env: TARGET=macos64
os: linux
install:
- ./tests/travis-ci/install-build-depends.sh
script:
- ./tests/travis-ci/build-and-test.sh