Hash : 4ab11c7f Author : Date : 2021-02-07T10:37:18
Download
1 2 3 4 5 6 7 8 9
image: debian:buster test: before_script: - apt update -qq - apt install -qq -y --no-install-recommends git gcc make autoconf automake libtool libmd-dev script: - ./autogen && ./configure - make check