-
Notifications
You must be signed in to change notification settings - Fork 3
/
.travis.yml
60 lines (52 loc) · 1.02 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
59
60
language: cpp
sudo: false
addons:
apt:
sources:
- george-edison55-precise-backports
packages:
- cmake
- cmake-data
- freeglut3-dev
- freetype
- libdevil-dev
- libgles2-mesa-dev
- libglew-dev
- libglu1-mesa-dev
- libopenal-dev
- libx11-dev
- libxi-dev
- libxmu-dev
- libyaml-dev
- xorg-dev
matrix:
include:
- os: linux
compiler: gcc
env: MOON_MRUBY_TOOLCHAIN=gcc
- os: linux
compiler: clang
env:
- MOON_MRUBY_TOOLCHAIN=clang
- LD_LIBRARY_PATH: "${TRAVIS_BUILD_DIR}/build/vendor/glfw/src"
- os: osx
compiler: clang
env:
- MOON_MRUBY_TOOLCHAIN=clang
- LD_LIBRARY_PATH: "${TRAVIS_BUILD_DIR}/build/vendor/glfw/src"
branches:
only:
- master
- coverity_scan
before_install:
- git submodule update --init --recursive --depth=1
install:
- ./.travis/install.sh
before_script:
- ruby --version
cache:
directories:
- vendor/bundle
script:
- ./.travis/build.sh
- ruby travis/check_libs.rb