forked from groonga/groonga
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
47 lines (47 loc) · 1.11 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
notifications:
email:
recipients:
- groonga-commit@lists.osdn.me
language: cpp
matrix:
include:
- os: linux
compiler: gcc
env: BUILD_TOOL=autotools
- os: linux
compiler: gcc
env: BUILD_TOOL=autotools ENABLE_MRUBY=yes
- os: linux
compiler: gcc
env: BUILD_TOOL=autotools CFLAGS=-funsigned-char CXXFLAGS=-funsigned-char
- os: linux
compiler: gcc
env: BUILD_TOOL=cmake
- os: linux
compiler: gcc
env: BUILD_TOOL=cmake ENABLE_MRUBY=yes
- os: linux
compiler: clang
env: BUILD_TOOL=autotools ENABLE_MRUBY=yes
- os: linux
compiler: clang
env: BUILD_TOOL=cmake ENABLE_MRUBY=yes
- os: osx
compiler: clang
env: BUILD_TOOL=autotools ENABLE_MRUBY=yes
- os: osx
compiler: clang
env: BUILD_TOOL=cmake ENABLE_MRUBY=yes
allow_failures:
- os: osx
compiler: clang
env: BUILD_TOOL=autotools ENABLE_MRUBY=yes
before_install:
- rvm use 2.1
- gem update bundler
install:
- tools/travis-install.sh
before_script:
- tools/travis-before-script.sh
script:
- tools/travis-script.sh