You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lnav/.cirrus.yml

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"