Procházet zdrojové kódy

Remove RRO CI-job

tags/0.4.3-reflection
Wouter Horlings před 4 roky
rodič
revize
8f06513e3b
1 změnil soubory, kde provedl 0 přidání a 22 odebrání
  1. +0
    -22
      .gitlab-ci.yml

+ 0
- 22
.gitlab-ci.yml Zobrazit soubor

@@ -2,7 +2,6 @@
---
stages:
- typeset
- rro

variables:
GIT_SUBMODULE_STRATEGY: recursive
@@ -13,12 +12,9 @@ final_report:
script:
- apk update; apk add make
- make
- mkdir tmp
- mv RichReportOutline.rro tmp/
artifacts:
paths:
- report.pdf
- tmp/RichReportOutline.rro
only:
refs:
- web
@@ -30,21 +26,3 @@ final_report:
- report.tex
- content/*.tex
- graphics/*.tex

rro:
stage: rro
dependencies:
- final_report
image: registry.gitlab.com/silkeh/latex:latest
script:
- latexmk -xelatex include/RichReportOutline.tex
artifacts:
paths:
- RichReportOutline.pdf
only:
refs:
- web
- branches
- tags
changes:
- tmp/RichReportOutline.rro

Načítá se…
Zrušit
Uložit