You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lnav/.cirrus.yml

6 lines
248 B
YAML

freebsd_instance:
image: freebsd-11-2-release-amd64
task:
install_script: pkg install -y wget git m4 bash autoconf automake sqlite3 gmake
build_script: ./autogen.sh && ./configure LDFLAGS="-static-libstdc++ -static-libgcc" && gmake check -j3