Create .cirrus.yml

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

@ -0,0 +1,4 @@
container:
image: gcc:latest
task:
build_script: ./autogen.sh && ./configure LDFLAGS="-static-libstdc++ -static-libgcc" && make distcheck -j3
Loading…
Cancel
Save