We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 619b5cd commit 077cf96Copy full SHA for 077cf96
.travis.yml
@@ -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