Skip to content
Snippets Groups Projects
Commit afef8967 authored by Dmytro Bogatov's avatar Dmytro Bogatov :two_hearts:
Browse files

Fix CI.

parent e1ec4514
No related branches found
No related tags found
No related merge requests found
Pipeline #6801 failed
......@@ -9,37 +9,59 @@ stages:
variables:
AUTHPASSWORD: "example" # change to "" (empty string) to disable authentication
# username is always "review" (without quotes)
CI_REF: &ref 1240e7c6ccce1d40e0127353e40663a894dbe0d2
include:
# VARIABLES
- project: 'templates/ci-snippets'
file: 'latex-report/variables.yml'
ref: *ref
# BEFORE SCRIPT
- project: 'templates/ci-snippets'
file: 'variables.yml'
ref: *ref
# LINT
- project: 'templates/ci-snippets'
file: 'latex-report/chktex.yml'
file: 'latex/chktex.yml'
ref: *ref
- project: 'templates/ci-snippets'
file: 'latex/cspell.yml'
ref: *ref
- project: 'templates/ci-snippets'
file: 'latex-report/cspell.yml'
file: 'latex-report/metrics.yml'
ref: *ref
# BUILD
- project: 'templates/ci-snippets'
file: 'latex-report/build.yml'
file: 'latex/build.yml'
ref: *ref
# BUILD REVIEW
- project: 'templates/ci-snippets'
file: 'latex-review-apps/build-review.yml'
ref: *ref
# REVIEW
- project: 'templates/ci-snippets'
file: 'latex-review-apps/review.yml'
ref: *ref
- project: 'templates/ci-snippets'
file: 'latex-review-apps/stop-review.yml'
ref: *ref
# RELEASE
- project: 'templates/ci-snippets'
file: 'latex-report/artifacts.yml'
file: 'latex/artifacts.yml'
ref: *ref
- project: 'templates/ci-snippets'
file: 'latex/pages.yml'
ref: *ref
# ADJUSTMENTS
......@@ -54,5 +76,5 @@ stop_review:
build:
script:
- ./document/build.sh
- ./document/build.sh -n
- $LATEX_BUILD/build.sh
- $LATEX_BUILD/build.sh -n
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment