aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 27d1fe44455c95f826a8a895e80cdcf28cf5ab2c (plain)
  1. image: 
  2. name: pandoc/latex:2.11.2
  3. entrypoint: ["/bin/sh", "-c"]
  4. stages:
  5. - build
  6. build:
  7. stage: build
  8. script:
  9. - pandoc --version
  10. - mkdir build
  11. - chmod +x ./build.sh
  12. - ./build.sh
  13. artifacts:
  14. paths:
  15. - "build"