-
Notifications
You must be signed in to change notification settings - Fork 25
/
.travis.yml
48 lines (48 loc) · 1.62 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
before_install:
- PATH="/usr/lib/ccache:$PATH" # enable ccache
- export LD_LIBRARY_PATH=$HOME/lib # custom libs (for execution)
- export PKG_CONFIG_PATH=$HOME/lib/pkgconfig # custom libs (for linking)
- export BUNDLE_PATH=$HOME/.bundle # bundle caching
- ( mkdir -p vendor && cd vendor && git clone --depth 1 https://github.com/paddor/czmq-ffi-gen && cd czmq-ffi-gen && ci-scripts/install-libzmq && ci-scripts/install-libczmq; )
sudo: false
cache:
directories:
- $HOME/.ccache
- $HOME/.bundle
script: bundle exec rake ci
language: ruby
install: bundle install --without=development
rvm:
- rbx
- 2.2.3
- jruby-9.1.2.0
- 2.1.8
- 2.3.1
- ruby-head
- jruby-head
matrix:
fast_finish: true
allow_failures:
- rvm: jruby-9.1.2.0
- rvm: 2.1.8
- rvm: ruby-head
- rvm: jruby-head
- env: CELLULOID_BACKPORTED=true
- env: CELLULOID_BACKPORTED=false CELLULOID_LEAKTEST=true
- env: CELLULOID_BACKPORTED=false CELLULOID_TASK_CLASS=Threaded
- env: CELLULOID_BACKPORTED=true CELLULOID_TASK_CLASS=Threaded
env:
global:
- NUMBER_OF_PROCESSORS=4 CELLULOID_CONFIG_FILE=.env-ci
# recognized by czmq-ffi-gen's ci-scripts
- CZMQ_VERSION=HEAD ZMQ_VERSION=HEAD
matrix:
- CELLULOID_BACKPORTED=true
- CELLULOID_BACKPORTED=false
- CELLULOID_BACKPORTED=false CELLULOID_LEAKTEST=true
- CELLULOID_BACKPORTED=false CELLULOID_TASK_CLASS=Threaded
- CELLULOID_BACKPORTED=true CELLULOID_TASK_CLASS=Threaded
notifications:
irc: irc.freenode.org#celluloid
slack:
secure: uJ8uoiNgiEDoRewbH6gj9mphUGVDtjXeEy8++vSTQkLqIkkoZ3M+mr0yldL2/ECaG8wHLH2035DHM4d54GyeVEU/8UG80UVAnYTctlzzjn1rfXPfCIsZDXYMUjXe3wvOouN+b4hjiyXe7ZsssdRoeKw6rHIU8/tUHgC3IfZel7s=