Skip to content

Add CI Pipeline

Sven Niclas Hebrok requested to merge ci into master

The pipeline works in three stages

  1. build docker containers
    • a latex container for stage 2
    • a verapdf container for stage 3
  2. build documents
  3. validate documents
    • checks the created artifacts (validate_..._artifact)
    • checks the uploaded pdfs (validate_...)
    • checks all found pdfs (validate_other_pdfs)

Merge request reports