mirror of
https://gitlab.cs.fau.de/ik15ydit/latexandmore.git
synced 2024-11-22 11:49:32 +01:00
Update .gitlab-ci.yml
This commit is contained in:
parent
abbb358e87
commit
8e72e50237
@ -1,8 +1,12 @@
|
|||||||
compile_pdf:
|
variables:
|
||||||
image: tianon/latex
|
GIT_SUBMODULE_STRATEGY: recursive
|
||||||
before_script:
|
|
||||||
|
image: tianon/latex
|
||||||
|
|
||||||
|
before_script:
|
||||||
- apt-get install -y build-essential
|
- apt-get install -y build-essential
|
||||||
build:
|
build:
|
||||||
|
script:
|
||||||
- make
|
- make
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
Loading…
Reference in New Issue
Block a user