Skip to content
Snippets Groups Projects
Forked from CAN / UNIX command line
55 commits behind the upstream repository.
.gitlab-ci.yml 148 B
image: lbmc/pandoc:2.11

stages:
  - build

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