Skip to content

Commit ec058f3

Browse files
committed
Setup .travis
1 parent 8f17828 commit ec058f3

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.travis.yml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
dist: xenial
2+
language: c
3+
compiler: clang
4+
perl: 5.26
5+
6+
env:
7+
global:
8+
- CFLAGS="-g -O2 -fstack-protector -Wformat -Werror=format-security" LDFLAGS="-Wl,-Bsymbolic-functions -Wl,-z,relro"
9+
- CC="clang"
10+
- CXX="clang++"
11+
- MAKEFLAGS="-j 2"
12+
13+
addons:
14+
apt:
15+
packages:
16+
- libipc-run-perl
17+
18+
script:
19+
- ./configure --with-llvm --enable-tap-tests
20+
- make
21+
- make check-world

CHANGELOG.carto.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ Changes:
66
- Start from REL_11_STABLE (19516afdf167aeaf9e95edf7c5a105bb16f8914c) // REL_11_1-61-g19516afdf1
77
- Add this CHANGELOG.
88
- Port #12: Allow SQL functions to inline in the presence of costly parameter functions
9+
- Setup travis tests

0 commit comments

Comments
 (0)