Skip to content

Commit 077cf96

Browse files
committed
add travis
1 parent 619b5cd commit 077cf96

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: cpp
2+
dist: trusty
3+
compiler: clang++
4+
os: linux
5+
install:
6+
- cmake -DCMAKE_BUILD_TYPE=Release
7+
- VERBOSE=1 make
8+
script: delaunator-test

0 commit comments

Comments
 (0)