1
1
mirror of https://github.com/tstack/lnav.git synced 2024-09-11 21:07:39 +03:00
lnav/.cirrus.yml

8 lines
263 B
YAML
Raw Permalink Normal View History

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