editor/colorer: fix coloring artifacts when rendering strings with characters of...
[far2l.git] / .cirrus.yml
blobbb7e3246eab7a3b91990ce33d000965e66c921af
1 freebsd_test_task:
2     freebsd_instance:
3         image_family: freebsd-13-2
4     name: cirrus/FreeBSD
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
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