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

build:
  stage: build
  script:
    - make
  artifacts:
    paths:
      - public
Laurent Modolo's avatar
Laurent Modolo committed
  only:
    - master
    
environment:
  name: ${CI_JOB_NAME}
Laurent Modolo's avatar
Laurent Modolo committed