Added .travis.yml

This commit is contained in:
Paul-Louis Ageneau
2020-03-10 12:24:00 +01:00
parent 8530b20dbe
commit 908a5d7dc3

4
.travis.yml Normal file
View File

@ -0,0 +1,4 @@
os: osx
osx_image: xcode11.3
language: cpp
script: cmake -B build -DUSE_JUICE=1 -DUSE_GNUTLS=1 && cd build && make && ./tests