gitlab CI

This commit is contained in:
CDaut 2023-01-06 12:41:43 +01:00 committed by CDaut
parent bc68bf37dd
commit eff9c92d0e
5 changed files with 29 additions and 1 deletions

15
.gitlab-ci.yml Normal file
View 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