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

[build] try to fix cirrus ci

This commit is contained in:
Tim Stack 2023-06-21 10:21:56 -07:00
parent f3b78e79b5
commit d1421fd975

View File

@ -1,5 +1,5 @@
freebsd_instance:
image: freebsd-12-1-release-amd64
image_family: freebsd-13-2
task:
install_script: pkg install -y wget git m4 bash autoconf automake sqlite3 gmake
install_script: pkg install -y wget git m4 bash autoconf automake sqlite3 gmake curl libarchive pcre2 bzip2
build_script: ./autogen.sh && ./configure && gmake -j3