• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1task:
2  name: FreeBSD (shortest)
3  freebsd_instance:
4    matrix:
5      image_family: freebsd-12-2
6      # The stable 11.3 image causes "Agent is not responding" so use a snapshot
7      image_family: freebsd-11-3-snap
8  install_script: pkg install -y gmake coreutils
9  script: |
10    MOREFLAGS="-Werror" gmake -j all
11    gmake shortest
12