You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
552 B

# The internal git client reads CIRRUS_CLONE_DEPTH.
env:
CIRRUS_CLONE_DEPTH: 3
MAXJOBS: 2
IGNORE_OSVERSION: yes
task:
freebsd_instance:
image_family: $IMAGE_FAMILY
env:
matrix:
- IMAGE_FAMILY: freebsd-11-4
- IMAGE_FAMILY: freebsd-12-2
- IMAGE_FAMILY: freebsd-13-0-snap
script:
- freebsd-version
- pkg install -qy autoconf
- touch .devel
- ./configure --enable-remote --prefix=/tmp
- make -s all
- make -s testprogs
- make install
- make releasetar
- testprogs/findalldevstest