Explorar el Código

Added .travis.yml for FreeBSD build

Paul-Louis Ageneau hace 3 años
padre
commit
5c12b25717
Se han modificado 1 ficheros con 8 adiciones y 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
+