소스 검색

Remove RRO CI-job

tags/0.4.3-reflection
Wouter Horlings 4 년 전
부모
커밋
8f06513e3b
1개의 변경된 파일0개의 추가작업 그리고 22개의 파일을 삭제
  1. +0
    -22
      .gitlab-ci.yml

+ 0
- 22
.gitlab-ci.yml 파일 보기

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


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

불러오는 중...
취소
저장