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

Update CI.

parent 3b39d406
Branches
No related tags found
No related merge requests found
Pipeline #9119 failed
stages:
- sync
- lint
- build
- test
- build-review
- review
- release
- deploy
# CHANGE ME!
variables:
AUTHPASSWORD: "" # change to "" (empty string) to disable authentication
AUTHPASSWORD: "example" # change to "" (empty string) to disable authentication
# username is always "review" (without quotes)
CI_REF: &ref 55a142c6c348ddd1600f3e69ab405b8085f0548a
LINK_CKECK_EXCLUDE: "-x www.linkedin.com"
CI_REF: &ref f291cf61d3e45b1f11739fd572a0e0b33bd1302d
include:
# VARIABLES
# https://git.dbogatov.org/templates/ci-snippets/-/blob/master/latex-report/variables.yml
- project: "templates/ci-snippets"
file: "latex-report/variables.yml"
ref: *ref
# BEFORE SCRIPT
# SYNC
# https://git.dbogatov.org/templates/ci-snippets/-/blob/master/latex-report/merge-from-overleaf.yml
- project: "templates/ci-snippets"
file: "variables.yml"
file: "latex-report/merge-from-overleaf.yml"
ref: *ref
# LINT
# https://git.dbogatov.org/templates/ci-snippets/-/blob/master/latex/chktex.yml
- project: "templates/ci-snippets"
file: "latex/chktex.yml"
ref: *ref
# https://git.dbogatov.org/templates/ci-snippets/-/blob/master/latex/cspell.yml
- project: "templates/ci-snippets"
file: "latex/cspell.yml"
ref: *ref
# https://git.dbogatov.org/templates/ci-snippets/-/blob/master/latex-report/metrics.yml
- project: "templates/ci-snippets"
file: "latex-report/metrics.yml"
ref: *ref
# BUILD
# https://git.dbogatov.org/templates/ci-snippets/-/blob/master/latex/build.yml
- project: "templates/ci-snippets"
file: "latex/build.yml"
ref: *ref
# TEST
# https://git.dbogatov.org/templates/ci-snippets/-/blob/master/latex-report/embedded-fonts.yml
- project: "templates/ci-snippets"
file: "latex-report/embedded-fonts.yml"
ref: *ref
# https://git.dbogatov.org/templates/ci-snippets/-/blob/master/latex-report/check-links.yml
- project: "templates/ci-snippets"
file: "latex-report/check-links.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
# https://git.dbogatov.org/templates/ci-snippets/-/blob/master/latex/artifacts.yml
- project: "templates/ci-snippets"
file: "latex/artifacts.yml"
ref: *ref
# https://git.dbogatov.org/templates/ci-snippets/-/blob/master/latex/pages.yml
- project: "templates/ci-snippets"
file: "latex/pages.yml"
ref: *ref
......@@ -80,14 +75,3 @@ website-deploy:
trigger: dbogatov/research-website
only:
- master
# ADJUSTMENTS
build-review:
except: []
review:
except: []
stop_review:
except: []
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment