1
1
mirror of https://github.com/tstack/lnav.git synced 2024-07-07 09:36:19 +03:00
lnav/.cirrus.yml
2023-06-21 11:30:43 -07:00

8 lines
263 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
binaries_artifacts:
path: "src/lnav"