TCT-Law/.drone.yml

10 lines
259 B
YAML
Raw Normal View History

2022-03-30 18:24:02 +02:00
kind: pipeline
type: docker
name: test
steps:
- name: compiletest
image: ubuntu
commands:
- sudo apt-get -qq update && sudo apt-get install -y --no-install-recommends texlive-full
- pdflatex -interaction=nonstopmode -halt-on-error *.tex