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