Update CODESTYLE.md
[far2l.git] / .cirrus.yml
blob636a216be5e1bd49360f57ae124effc9ad8621ae
1 freebsd_test_task:
2     freebsd_instance:
3         image_family: freebsd-13-0
4     name: cirrus/FreeBSD
5     install_script: pkg install -y cmake git m4 gawk pkgconf bash wx32-gtk3 libssh openssl libnfs neon libarchive samba413 pcre spdlog uchardet xerces-c3
6     script: mkdir build && cd build && cmake .. && make -j $(getconf _NPROCESSORS_ONLN) && ./install/far2l --help
8 macos_test_task:
9     macos_instance:
10         image: ghcr.io/cirruslabs/macos-ventura-xcode:14.2
11     name: cirrus/MacOS_M1
12     install_script: brew update && brew bundle -v
13     script: mkdir build && cd build && cmake -G Ninja .. && ninja -j$(getconf _NPROCESSORS_ONLN) -v