lnav/.cirrus.yml

6 lines
199 B
YAML
Raw Normal View History

2019-02-17 08:56:15 +01:00
freebsd_instance:
2020-09-19 01:18:38 +02:00
image: freebsd-12-1-release-amd64
2019-02-17 08:47:26 +01:00
task:
2019-02-17 08:56:15 +01:00
install_script: pkg install -y wget git m4 bash autoconf automake sqlite3 gmake
2019-02-17 09:10:18 +01:00
build_script: ./autogen.sh && ./configure && gmake -j3