blob: 2c9634c5f512f5d07ed818ade326ccd6b93e1775 (
plain)
- image:
- name: pandoc/latex:latest
- entrypoint: ["/bin/sh", "-c"]
- stages:
- - build
- build:
- stage: build
- script:
- - tlmgr update --self
- - tlmgr install footmisc
- - pandoc --version
- - mkdir build
- - chmod +x ./build.sh
- - ./build.sh
- artifacts:
- paths:
- - "build"
|