6 image_family: freebsd-12-1
9 install_script: ASSUME_ALWAYS_YES=yes pkg bootstrap -f ; pkg install -y
10 bash curl cyrus-sasl git glib gmake gnutls gsed
11 nettle perl5 pixman pkgconf png usbredir
15 - ../configure || { cat config.log; exit 1; }
23 - brew install pkg-config python gnu-sed glib pixman make sdl2
27 - ../configure --python=/usr/local/bin/python3 || { cat config.log; exit 1; }
28 - gmake -j$(sysctl -n hw.ncpu)
33 # this is an alias for the latest Xcode
36 - brew install pkg-config gnu-sed glib pixman make sdl2
40 - ../configure --cc=clang || { cat config.log; exit 1; }
41 - gmake -j$(sysctl -n hw.ncpu)