Skip to content
Snippets Groups Projects
.gitlab-ci.yml 146 B
Newer Older
image: lbmc/pandoc:2.12
Laurent Modolo's avatar
Laurent Modolo committed
stages:
  - build

build:
  stage: build
  script:
    - make
  artifacts:
    paths:
      - html
  only:
    - master