added cryptobib

This commit is contained in:
2023-02-16 15:37:23 +01:00
parent e25a219521
commit aaf806d31c
3 changed files with 11 additions and 0 deletions

View File

@@ -3,7 +3,14 @@ kind: pipeline
type: docker
name: default
clone:
depth: 1
steps:
- name: fetch
image: alpine/git
commands:
- git submodule update --init --recursive
- name: build
pull: always
image: gitea.rixxc.de/rixxc/ma-latex:latest