summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2020-05-19 12:34:34 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2020-05-19 12:34:34 +0100
commite10f5a72ce671f3096aa242827e25b1c4dbf1de4 (patch)
tree6c8761846c661d366fc57aa5ed3a300f172d8ce7 /.travis.yml
parentdc56b3cd32d7d76946d162b63d3823ddf7cc470d (diff)
Add FreeBSD CI, from Jan Beich.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 16a04a16..ea3442af 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,7 @@ language: c
os:
- linux
+ - freebsd
- osx
compiler:
@@ -28,6 +29,19 @@ jobs:
- os: osx
compiler: clang
env: BUILD=static
+ # No musl on FreeBSD
+ - os: freebsd
+ compiler: gcc
+ env: BUILD=musl
+ - os: freebsd
+ compiler: clang
+ env: BUILD=musl
+ - os: freebsd
+ compiler: gcc
+ env: BUILD=musl-static
+ - os: freebsd
+ compiler: clang
+ env: BUILD=musl-static
# No musl on OS X
- os: osx
compiler: gcc