aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 6ca36d1dbbf0da7318731e90ccaf9dd17dc83638 (plain)
  1. image: pandoc/latex
  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"