1
1
mirror of https://github.com/tstack/lnav.git synced 2024-09-11 21:07:39 +03:00
lnav/.cirrus.yml
2019-02-16 23:47:26 -08:00

5 lines
146 B
YAML

container:
image: gcc:latest
task:
build_script: ./autogen.sh && ./configure LDFLAGS="-static-libstdc++ -static-libgcc" && make distcheck -j3