forked from stellar/stellar-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
61 lines (52 loc) · 973 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
language: cpp
sudo: false
dist: xenial
compiler:
- clang
- gcc
addons:
postgresql: "9.5"
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- autoconf
- automake
- bison
- clang-5.0
- cpp-6
- flex
- gcc-6
- g++-6
- libpq-dev
- libpq5
- libstdc++6
- libtool
- llvm-5.0
- pkg-config
- clang-format-5.0
- perl
- parallel
script: ./travis-build.sh
cache:
directories:
- $HOME/.ccache
notifications:
email: false
slack:
secure: VYA87p8f6PgmOhL8b8DM4t6k8vPYjULpT7LBhvmNBNe8iiNDtTzLpRbUXg6t6Ij7Y3MU4uOJ5K617hCqs81VfRoOakbiYTWHeYSsMmIrUM4+d5MZM4pVP0/bCE49qt06bZINorh6IHChhfuvod3uyUqbgNrwRf/qDIIboFDIty8=
branches:
only:
- auto
stages:
- compile
- test
matrix:
fast_finish: true
include:
- stage: compile
compiler: clang
script: ./travis-build.sh --disable-tests
- stage: compile
compiler: gcc
script: ./travis-build.sh --disable-tests