We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e06c9aa commit 5c12b25Copy full SHA for 5c12b25
.travis.yml
@@ -0,0 +1,8 @@
1
+name: Build and test on FreeBSD
2
+os: freebsd
3
+language: cpp
4
+script:
5
+- sudo sysctl net.inet6.ip6.v6only=0
6
+- cmake -B build
7
+- cd build && make -j2 && ./tests
8
+
0 commit comments