forked from HeliumProject/Core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
127 lines (127 loc) · 3.59 KB
/
.travis.yml
File metadata and controls
127 lines (127 loc) · 3.59 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
language: cpp
dist: trusty
sudo: required
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-5
- g++-5
matrix:
include:
- os: linux
compiler: gcc
env: CONFIG=debug ARCH=x86_64
- os: linux
compiler: gcc
env: CONFIG=intermediate ARCH=x86_64
- os: linux
compiler: gcc
env: CONFIG=profile ARCH=x86_64
- os: linux
compiler: gcc
env: CONFIG=release ARCH=x86_64
- os: osx
compiler: clang
env: CONFIG=debug ARCH=x86_64
- os: osx
compiler: clang
env: CONFIG=intermediate ARCH=x86_64
- os: osx
compiler: clang
env: CONFIG=profile ARCH=x86_64
- os: osx
compiler: clang
env: CONFIG=release ARCH=x86_64
- os: linux
compiler: gcc
env: CONFIG=debug ARCH=x86
- os: linux
compiler: gcc
env: CONFIG=intermediate ARCH=x86
- os: linux
compiler: gcc
env: CONFIG=profile ARCH=x86
- os: linux
compiler: gcc
env: CONFIG=release ARCH=x86
- os: osx
compiler: clang
env: CONFIG=debug ARCH=x86
- os: osx
compiler: clang
env: CONFIG=intermediate ARCH=x86
- os: osx
compiler: clang
env: CONFIG=profile ARCH=x86
- os: osx
compiler: clang
env: CONFIG=release ARCH=x86
- os: linux
compiler: gcc
env: CONFIG=debug ARCH=x86_64 ARGS=--shared
- os: linux
compiler: gcc
env: CONFIG=intermediate ARCH=x86_64 ARGS=--shared
- os: linux
compiler: gcc
env: CONFIG=profile ARCH=x86_64 ARGS=--shared
- os: linux
compiler: gcc
env: CONFIG=release ARCH=x86_64 ARGS=--shared
- os: osx
compiler: clang
env: CONFIG=debug ARCH=x86_64 ARGS=--shared
- os: osx
compiler: clang
env: CONFIG=intermediate ARCH=x86_64 ARGS=--shared
- os: osx
compiler: clang
env: CONFIG=profile ARCH=x86_64 ARGS=--shared
- os: osx
compiler: clang
env: CONFIG=release ARCH=x86_64 ARGS=--shared
- os: linux
compiler: gcc
env: CONFIG=debug ARCH=x86 ARGS=--shared
- os: linux
compiler: gcc
env: CONFIG=intermediate ARCH=x86 ARGS=--shared
- os: linux
compiler: gcc
env: CONFIG=profile ARCH=x86 ARGS=--shared
- os: linux
compiler: gcc
env: CONFIG=release ARCH=x86 ARGS=--shared
- os: osx
compiler: clang
env: CONFIG=debug ARCH=x86 ARGS=--shared
- os: osx
compiler: clang
env: CONFIG=intermediate ARCH=x86 ARGS=--shared
- os: osx
compiler: clang
env: CONFIG=profile ARCH=x86 ARGS=--shared
- os: osx
compiler: clang
env: CONFIG=release ARCH=x86 ARGS=--shared
git:
submodules: false
before_install:
- git submodule update --init --recursive
- "./.travis.before_install.$TRAVIS_OS_NAME.sh"
script:
- cd Dependencies
- "../premake.sh --architecture=${ARCH} gmake"
- make -C Build -j4 config=${CONFIG}
- cd ..
- "./premake.sh --architecture=${ARCH} ${ARGS} gmake"
- make -C Build -j4 config=${CONFIG}
notifications:
slack:
on_start: never
on_success: always
on_failure: always
rooms:
secure: JmcTj31DKTd/G3urwJxpOt0MhXhlzJtgCWs3xDRu5cvtrIC0m9oV8Y661WyJ35ooTc6zktwPDdiD/t1NdpjEXpGMRFy8WCjcv8831cO0jX3g4e9Gs+auBEJRHBOjlW+YfX7gJC/JQxXkEtTQOztXJpPrXCgmkzk7e4s9wEBSxtMVyUx51A3ECc0h3Qxs2Gdh3zAAhjFoMixQc6jhCyrMv5p+TtUI/ohqm1JXp43FnINnRzqUU3FJPX58FO0Qq5mAa90zvfGfihURVs9yoIo3Ro0LHIZhuIPLE5cFMuxrnh61nOMTDRm2WgGTi8t7r2g9xaMbICiapHH1LdZubAKr0vVgLib9sH8S1dNd29Hw9uFqm9e7WswU6W1lk/2ZbmZJ6+XEqTxvFzXz5wWUkQj8DtVi+ZczVBE3lk1lhWzorQsbGepwuPEbSyVD2AbCSLDNIhHlRB2COAeLnXOCvOczTvMdpSAVVYxAbC7u5i+5ejCRkNt1z8DTEM8OGoInlyzRM8aOq5tK2PasJOdblICF0AjSwV7NEX0nr9G/7uO6Fo9eseCCzgLceQpqq6t+GDltb9UUB/nwfd13yadJj7WtdhgQrNF/57NpJBfqkfiI9wO/6Bhnot1L5OvVZaNFjV6McZHhXoGQ6oMCGdhk50XSYfxAOU0psXicMkjLkV8whTU=