Add some FreeBSD pkg installs and pause on linux.

This commit is contained in:
Wayne Davison
2020-07-11 12:09:34 -07:00
parent 6214c26bd3
commit 3bc2d9aeaa
2 changed files with 3 additions and 1 deletions

View File

@@ -4,6 +4,8 @@ task:
image: freebsd-12-1-release-amd64
install_script:
- ln -s /usr/local/bin/bash /bin/bash
- pkg install -y autotools xxhash zstd liblz4
script:
- CPPFLAGS=-I/usr/local/include/ LDFLAGS=-L/usr/local/lib/ ./configure
- make

View File

@@ -2,7 +2,7 @@ name: build
on:
push:
branches: [ master ]
branches: [ b3.0.x ]
pull_request:
branches: [ master ]