From 3ea553c65794b6be7ce9f7eb6e309e77fe59b4e0 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Thu, 21 May 2020 20:16:44 +0000 Subject: [PATCH] CI: add FreeBSD job --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1173578b..0bc3b72a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,11 @@ language: c -script: printenv && uname -a && ls -l && /bin/sh -x ./bin/setup.sh && cd build && ../configure --enable-warnings && make && sudo make install && make test +jobs: + include: + - os: linux + script: printenv && uname -a && ls -l && /bin/sh -x ./bin/setup.sh && cd build && ../configure --enable-warnings && make && sudo make install && make test + - os: freebsd + script: printenv && uname -a && ls -l && /bin/sh -x ./bin/setup.sh && cd build && MAKE=gmake ../configure --enable-warnings && gmake && sudo gmake install && gmake test notifications: recipients: