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