blob: 7861b4071afb388b7f26c31a97fc8c98fbb1f598 (
plain)
1
2
3
4
5
6
7
|
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"
|