Verified Commit 54da0cd1 authored by Bernd Paysan's avatar Bernd Paysan
Browse files

Added gitlab CI

parent 658d1179
Loading
Loading
Loading
Loading
Loading

.gitlab-ci.yml

0 → 100644
+18 −0
Original line number Diff line number Diff line
image: debian:unstable
 
before_script:
  - apt update -qq
  - apt-get -y install texlive
 
stages:
  - build
 
build-distcheck:
  stage: build
  script:
    - make
 
  # The files which are to be made available in GitLab
  artifacts:
    paths:
      - *.pdf