Update .cirrus.yml

pull/627/head
Tim Stack 5 years ago committed by GitHub
parent bdf202e487
commit df8844eb77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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" && make distcheck -j3
build_script: ./autogen.sh && ./configure LDFLAGS="-static-libstdc++ -static-libgcc" && gmake check -j3

Loading…
Cancel
Save