Skip to content

Commit 07701e0

Browse files
author
bwar
committed
add .travis.yml
1 parent db15887 commit 07701e0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
dist: CJsonObject
2+
sudo: false
3+
language: C++
4+
env:
5+
matrix:
6+
- VALGRIND=On SANITIZERS=Off
7+
- VALGRIND=Off SANITIZERS=Off
8+
- VALGRIND=Off SANITIZERS=On
9+
compiler:
10+
- gcc
11+
- clang
12+
script:
13+
- cd demo
14+
- make

0 commit comments

Comments
 (0)