3 image_family: freebsd-13-2
5 install_script: pkg install -y cmake git pkgconf bash wx32-gtk3 libssh openssl libnfs neon libarchive samba413 pcre uchardet xerces-c3
6 script: mkdir build && cd build && cmake .. && make -j $(getconf _NPROCESSORS_ONLN) && ./install/far2l --help
10 image: ghcr.io/cirruslabs/macos-ventura-xcode:14.2
12 install_script: brew update && brew bundle -v
13 script: mkdir build && cd build && cmake -G Ninja .. && ninja -j$(getconf _NPROCESSORS_ONLN) -v