-
Notifications
You must be signed in to change notification settings - Fork 12
/
.travis.yml
58 lines (53 loc) · 1.4 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
language: cpp
sudo: true
addons:
apt:
packages:
- build-essential
- cmake
- libopenal-dev
osx_image: xcode7.3
matrix:
include:
- os: linux
compiler: gcc
env: CONFIGURATION="Debug" wxWidgets_ver=2.8
- os: linux
compiler: gcc
env: CONFIGURATION="Debug" wxWidgets_ver=3.0
- os: linux
compiler: clang
env: CONFIGURATION="Debug" wxWidgets_ver=2.8
- os: linux
compiler: clang
env: CONFIGURATION="Debug" wxWidgets_ver=3.0
- os: osx
compiler: clang
env: CONFIGURATION="Debug"
- os: linux
compiler: gcc
env: CONFIGURATION="Release" wxWidgets_ver=2.8
- os: linux
compiler: gcc
env: CONFIGURATION="Release" wxWidgets_ver=3.0
- os: linux
compiler: clang
env: CONFIGURATION="Release" wxWidgets_ver=2.8
- os: linux
compiler: clang
env: CONFIGURATION="Release" wxWidgets_ver=3.0
- os: osx
compiler: clang
env: CONFIGURATION="Release"
before_install:
- ./ci/travis/before_install.sh
install:
- ./ci/travis/install.sh
before_script:
- ./ci/travis/before_script.sh
script:
- ./ci/travis/script.sh
cache:
- pip: true
- directories:
- $HOME/cmake