lnav/.cirrus.yml

8 lines
263 B
YAML
Raw Normal View History

2019-02-17 07:56:15 +00:00
freebsd_instance:
2023-06-21 17:21:56 +00:00
image_family: freebsd-13-2
2019-02-17 07:47:26 +00:00
task:
2023-06-21 17:21:56 +00:00
install_script: pkg install -y wget git m4 bash autoconf automake sqlite3 gmake curl libarchive pcre2 bzip2
2019-02-17 08:10:18 +00:00
build_script: ./autogen.sh && ./configure && gmake -j3
2023-06-21 18:30:43 +00:00
binaries_artifacts:
path: "src/lnav"