1
1
mirror of https://github.com/tstack/lnav.git synced 2024-09-11 13:05:51 +03:00

Update .cirrus.yml

This commit is contained in:
Tim Stack 2019-02-17 00:10:18 -08:00 committed by GitHub
parent df8844eb77
commit 0f6860c833
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,4 +2,4 @@ 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
build_script: ./autogen.sh && ./configure && gmake -j3