aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 2d27001ea66b6097da783ee6bd4df57148fc13a3 (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/build"