mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
Add Cirrus-CI config for FreeBSD builds
This commit is contained in:
parent
ae087ec4bb
commit
1828c2619c
1 changed files with 15 additions and 0 deletions
15
.cirrus.yml
Normal file
15
.cirrus.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
env:
|
||||
CIRRUS_CLONE_DEPTH: 1
|
||||
ARCH: amd64
|
||||
|
||||
task:
|
||||
freebsd_instance:
|
||||
matrix:
|
||||
image: freebsd-12-0-release-amd64
|
||||
image: freebsd-11-2-release-amd64
|
||||
install_script:
|
||||
- sed -i.bak -e 's,pkg+http://pkg.FreeBSD.org/\${ABI}/quarterly,pkg+http://pkg.FreeBSD.org/\${ABI}/latest,' /etc/pkg/FreeBSD.conf
|
||||
- pkg upgrade -y
|
||||
- pkg install -y gmake
|
||||
script:
|
||||
- CFLAGS="-Werror" gmake -j all
|
||||
Loading…
Add table
Add a link
Reference in a new issue