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 --disable-user --target-list-exclude='alpha-softmmu
16 ppc64-softmmu ppc-softmmu riscv32-softmmu riscv64-softmmu s390x-softmmu
17 sparc64-softmmu sparc-softmmu x86_64-softmmu i386-softmmu'
18 --enable-werror || { cat config.log; exit 1; }
19 - gmake -j$(sysctl -n hw.ncpu)
20 - gmake -j$(sysctl -n hw.ncpu) check
24 image_family: freebsd-12-1
27 install_script: ASSUME_ALWAYS_YES=yes pkg bootstrap -f ; pkg install -y
28 bash curl cyrus-sasl git glib gmake gnutls gtk3 gsed libepoxy mesa-libs
29 nettle perl5 pixman pkgconf png SDL2 usbredir
31 - ./configure --enable-werror --target-list='alpha-softmmu ppc64-softmmu
32 ppc-softmmu riscv32-softmmu riscv64-softmmu s390x-softmmu
33 sparc64-softmmu sparc-softmmu x86_64-softmmu i386-softmmu
34 sparc-bsd-user sparc64-bsd-user x86_64-bsd-user i386-bsd-user'
35 || { cat config.log; exit 1; }
36 - gmake -j$(sysctl -n hw.ncpu)
37 - gmake -j$(sysctl -n hw.ncpu) check
43 - brew install pkg-config python gnu-sed glib pixman make sdl2 bash
47 - ../configure --python=/usr/local/bin/python3 --enable-werror
48 --extra-cflags='-Wno-error=deprecated-declarations'
49 || { cat config.log; exit 1; }
50 - gmake -j$(sysctl -n hw.ncpu)
55 # this is an alias for the latest Xcode
58 - brew install pkg-config gnu-sed glib pixman make sdl2 bash
62 - ../configure --extra-cflags='-Wno-error=deprecated-declarations'
63 --enable-werror --cc=clang || { cat config.log; exit 1; }
64 - gmake -j$(sysctl -n hw.ncpu)