Skip to content
Snippets Groups Projects
.gitlab-ci.yml 172 B
Newer Older
image: docker.km3net.de/base/centos-full:7
build:
    script:
        - autoreconf
        - autoconf
        - automake
        - ./configure
        - make clean && make