forked from Zilliqa/Zilliqa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
36 lines (35 loc) · 884 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
language: generic
sudo: false
cache: apt
matrix:
include:
- env: LANGUAGE=C++ CXX=g++-5 CC=gcc-5
addons:
apt:
packages:
- g++-5
- libboost-all-dev
- libleveldb-dev
- libjsoncpp-dev
sources: &sources
- r-packages-trusty
- llvm-toolchain-trusty
- ubuntu-toolchain-r-test
- llvm-toolchain-trusty-5.0
script:
- ./build.sh
- env: LANGUAGE=C++ CXX=g++-5 CC=gcc-5
addons:
apt:
packages:
- g++-5
- libboost-all-dev
- libleveldb-dev
- libjsoncpp-dev
sources: &sources
- r-packages-trusty
- llvm-toolchain-trusty
- ubuntu-toolchain-r-test
- llvm-toolchain-trusty-5.0
script:
- ./build_lookup.sh