/ .gitlab-ci.yml
.gitlab-ci.yml
1  build_test:
2    stage: build
3    script:
4      - ./configure
5      - make
6      - make check