2019-01-10 12:00:27 -08:00
|
|
|
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
|
2019-02-11 10:32:30 -08:00
|
|
|
- pkg install -y gmake coreutils
|
|
|
|
script: |
|
|
|
|
MOREFLAGS="-Werror" gmake -j all
|
|
|
|
gmake shortest
|