Sfoglia il codice sorgente

Added .travis.yml for FreeBSD build

Paul-Louis Ageneau 3 anni fa
parent
commit
5c12b25717
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  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
+