Explorar o código

Added .travis.yml for FreeBSD build

Paul-Louis Ageneau %!s(int64=3) %!d(string=hai) anos
pai
achega
5c12b25717
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      .travis.yml

+ 8 - 0
.travis.yml

@@ -0,0 +1,8 @@
+name: Build and test on FreeBSD
+os: freebsd
+language: cpp
+script:
+- sudo sysctl net.inet6.ip6.v6only=0
+- cmake -B build
+- cd build && make -j2 && ./tests
+