6 image: freebsd-12-0-release-amd64
9 install_script: pkg install -y
10 bash bison 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
25 - ./configure --python=/usr/local/bin/python3 || { cat config.log; exit 1; }
26 - gmake -j$(sysctl -n hw.ncpu)
27 - gmake check -j$(sysctl -n hw.ncpu)
31 # this is an alias for the latest Xcode
34 - brew install pkg-config gnu-sed glib pixman make sdl2
36 - ./configure --cc=clang || { cat config.log; exit 1; }
37 - gmake -j$(sysctl -n hw.ncpu)
38 - gmake check -j$(sysctl -n hw.ncpu)