Add some FreeBSD pkg installs and pause on linux.

This commit is contained in:
Wayne Davison committed 2020-07-11 12:11:13 -07:00
1 parent 6214c26bd3
commit 3bc2d9aeaa
2 files changed
+3 -1

No files matched your search

+2
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
+1 -1
View File
@@ -2,7 +2,7 @@ name: build
on:
push:
branches: [ master ]
branches: [ b3.0.x ]
pull_request:
branches: [ master ]