TCT-Law/.drone.yml

10 lines
256 B
YAML

kind: pipeline
type: docker
name: test
steps:
- name: compiletest
image: ubuntu:latest
commands:
- apt-get -qq update && apt-get install -y --no-install-recommends texlive-full
- pdflatex -interaction=nonstopmode -halt-on-error *.tex