From 908a5d7dc3d80ad3f863c54dbcc124b6c3e4305c Mon Sep 17 00:00:00 2001 From: Paul-Louis Ageneau Date: Tue, 10 Mar 2020 12:24:00 +0100 Subject: [PATCH] Added .travis.yml --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..418587d --- /dev/null +++ b/.travis.yml @@ -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