mirror of
https://github.com/facebook/zstd.git
synced 2025-03-07 09:26:03 +02:00
16 lines
408 B
YAML
16 lines
408 B
YAML
|
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
|