1
1
mirror of https://github.com/tstack/lnav.git synced 2024-08-16 16:30:25 +03:00
lnav/.cirrus.yml
2020-09-18 16:38:10 -07:00

6 lines
199 B
YAML

freebsd_instance:
image: freebsd-12-1-release-amd64
task:
install_script: pkg install -y wget git m4 bash autoconf automake sqlite3 gmake
build_script: ./autogen.sh && ./configure && gmake -j3