gitlab CI
This commit is contained in:
parent
bc68bf37dd
commit
eff9c92d0e
5 changed files with 29 additions and 1 deletions
15
.gitlab-ci.yml
Normal file
15
.gitlab-ci.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Full texlive/ctan, but just "moderately" large (~7 GB)
|
||||
image: texlive/texlive:latest
|
||||
|
||||
stages:
|
||||
- build
|
||||
|
||||
compile-tuts:
|
||||
stage: build
|
||||
script:
|
||||
- bash build.sh
|
||||
artifacts:
|
||||
paths:
|
||||
- build
|
||||
tags:
|
||||
- latex
|
||||
Loading…
Add table
Add a link
Reference in a new issue