This commit is contained in:
parent
b0522b84c2
commit
d38bb13751
15
.drone.yml
Normal file
15
.drone.yml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build
|
||||||
|
image: lyx:latest
|
||||||
|
pull: if-not-exists
|
||||||
|
commands:
|
||||||
|
- lyx --export pdf4 lrftubes.lyx
|
||||||
|
|
||||||
|
# - name: gitea_release
|
||||||
|
# image: plugins/gitea-release
|
||||||
|
# api_key:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user