aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: bbadb036fde5865e0e7e05bcf6d40c56a7255787 (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. - tlmgr install footmisc
  10. - pandoc --version
  11. - mkdir build
  12. - chmod +x ./build.sh
  13. - ./build.sh
  14. artifacts:
  15. paths:
  16. - "build"