From 8ab65d8e90c513f1869536ceaefd72001c3009ac Mon Sep 17 00:00:00 2001 From: Tim Stack Date: Wed, 21 Jun 2023 11:30:43 -0700 Subject: [PATCH] [cirrus] add binary artifact --- .cirrus.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index 38dc6f92..7861b407 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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"