forked from BitFunnel/NativeJIT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
45 lines (39 loc) · 876 Bytes
/
.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
# sudo required and trusty used as a hack to get a newer cmake.
# sudo: required
# dist: trusty
# language: generic
# cache:
# apt: true
# matrix:
# include:
# - os: linux
# env: CXX=g++-5 CC=gcc-5
# addons:
# apt:
# packages:
# - cmake
# - g++-5
# sources: &sources
# - ubuntu-toolchain-r-test
# - llvm-toolchain-precise-3.8
# - os: linux
# env: CXX=clang++-3.8 CC=clang-3.8
# addons:
# apt:
# packages:
# - cmake
# - clang-3.8
# sources: *sources
# # The build scripts.
# script:
# - uname -a
# - ulimit -a
# - ./Configure_Make.sh
# - cd build-make
# - make -j2
# - make check
# notifications:
# email:
# - mhop@microsoft.com
# - aclemmer@microsoft.com
# - danluu@microsoft.com