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