See if this works.
This commit is contained in:
parent
75f4806951
commit
dfc5b13365
10
.drone.yml
Normal file
10
.drone.yml
Normal file
@ -0,0 +1,10 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user