2019-01-10 20:00:27 +00:00
|
|
|
task:
|
2020-02-27 21:53:03 +00:00
|
|
|
name: FreeBSD (shortest)
|
2019-01-10 20:00:27 +00:00
|
|
|
freebsd_instance:
|
|
|
|
matrix:
|
2020-02-27 21:53:03 +00:00
|
|
|
image_family: freebsd-12-1
|
|
|
|
# The stable 11.3 image causes "Agent is not responding" so use a snapshot
|
|
|
|
image_family: freebsd-11-3-snap
|
|
|
|
install_script: pkg install -y gmake coreutils
|
2019-02-11 18:32:30 +00:00
|
|
|
script: |
|
|
|
|
MOREFLAGS="-Werror" gmake -j all
|
|
|
|
gmake shortest
|