1
1
mirror of https://github.com/tstack/lnav.git synced 2024-10-04 00:31:31 +03:00

[cirrus] add binary artifact

This commit is contained in:
Tim Stack 2023-06-21 11:30:43 -07:00
parent 638b44bd41
commit 8ab65d8e90

View File

@ -3,3 +3,5 @@ freebsd_instance:
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"