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 type: docker
name: default name: default
clone:
depth: 1
steps: steps:
- name: fetch
image: alpine/git
commands:
- git submodule update --init --recursive
- name: build - name: build
pull: always pull: always
image: gitea.rixxc.de/rixxc/ma-latex:latest image: gitea.rixxc.de/rixxc/ma-latex:latest

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "thesis/cryptobib"]
path = thesis/cryptobib
url = https://github.com/cryptobib/export

1
thesis/cryptobib Submodule

Submodule thesis/cryptobib added at c12f97b57b