forked from facebook/watchman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
81 lines (73 loc) · 1.38 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
language: c
# use container infra for linux
dist: xenial
sudo: false
addons:
apt:
sources:
- deadsnakes
- ubuntu-toolchain-r-test
packages:
- cmake
- python2.7
- python2.7-dev
- python3.5
- python3.5-dev
- python3.6
- python3.6-dev
- gcc-5
- g++-5
- gcc-6
- g++-6
- autoconf-archive
- bison
- build-essential
- ccache
- cmake
- curl
- flex
- git
- gperf
- joe
- libboost-all-dev
- libcap-dev
- libdouble-conversion-dev
- libevent-dev
- libgflags-dev
- libgoogle-glog-dev
- libpthread-stubs0-dev
- libkrb5-dev
- libpcre3-dev
- libnuma-dev
- libsasl2-dev
- libsnappy-dev
- libsqlite3-dev
- libssl-dev
- libtool
- netcat-openbsd
- pkg-config
- sudo
- unzip
- wget
# - ruby
# - rubygems
branches:
only:
- master
os: osx
matrix:
include:
- os: osx
osx_image: xcode10.1
env: TRAVIS_PYTHON=python2.7
- os: linux
env: CXX=g++-6 TRAVIS_PYTHON=python3.6
compiler: gcc-6
- os: linux
env: CXX=g++-5 TRAVIS_PYTHON=python3.5
compiler: gcc-5
- os: linux
env: CXX=g++-6 TRAVIS_PYTHON=python2.7
compiler: gcc-6
before_script: ./travis/deps.sh
script: ./travis/run.sh