added cryptobib
This commit is contained in:
@@ -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
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[submodule "thesis/cryptobib"]
|
||||||
|
path = thesis/cryptobib
|
||||||
|
url = https://github.com/cryptobib/export
|
||||||
1
thesis/cryptobib
Submodule
1
thesis/cryptobib
Submodule
Submodule thesis/cryptobib added at c12f97b57b
Reference in New Issue
Block a user