1
0

latex done
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-10-27 01:30:48 +01:00
parent b5bff03bdf
commit e7b684753c
52 changed files with 10477 additions and 626 deletions

11
.drone.yml Normal file
View File

@@ -0,0 +1,11 @@
kind: pipeline
type: docker
name: default
steps:
- name: build
image: moss/xelatex
commands:
- cd src
- make
- cd ..