Skip to content

Commit cd0d298

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

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
dist: xenial
2+
language: c
3+
compiler: clang
4+
env:
5+
global:
6+
- CFLAGS="-g -O2 -fstack-protector -Wformat -Werror=format-security" LDFLAGS="-Wl,-Bsymbolic-functions -Wl,-z,relro"
7+
- CC="clang"
8+
- CXX="clang++"
9+
10+
script:
11+
- ./configure --with-llvm --enable-tap-tests
12+
- make -j
13+
- make check-world

CHANGELOG.carto.md

Lines changed: 1 addition & 0 deletions
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)