1
1
mirror of https://github.com/tstack/lnav.git synced 2024-10-26 21:19:54 +03:00
lnav/.cirrus.yml
2023-06-21 10:21:56 -07:00

6 lines
220 B
YAML

freebsd_instance:
image_family: freebsd-13-2
task:
install_script: pkg install -y wget git m4 bash autoconf automake sqlite3 gmake curl libarchive pcre2 bzip2
build_script: ./autogen.sh && ./configure && gmake -j3