aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 77b720d1c6ce7ee094cd1c1d64722f615ea18d63 (plain)
  1. image: pandoc/latex:2.9.2.1
  2. stages:
  3. - build
  4. build:
  5. stage: build
  6. script:
  7. - pandoc --version
  8. - chmod +x ./build.sh
  9. - ./build.sh
  10. artifacts:
  11. paths:
  12. - "build"