Skip to content

Commit

Permalink
Add job artifacts in CI
Browse files Browse the repository at this point in the history
Ref. eng/recordflux/RecordFlux#1467
  • Loading branch information
treiher committed Dec 15, 2023
1 parent 2059f5a commit d6d813e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,11 @@ tests_rflx:
- *setup_gnat_cross
- *setup_python
- make test_rflx
artifacts:
expose_as: "Distribution archives"
paths:
- dist
- ide/vscode/recordflux.vsix

tests_example_apps:
extends: .testing
Expand Down Expand Up @@ -395,6 +400,11 @@ html_documentation:
- *setup_gnat
- *setup_python
- make html_doc
artifacts:
expose_as: "HTML documentation"
paths:
- doc/language_reference/build/html
- doc/user_guide/build/html

pdf_documentation:
extends: .testing
Expand All @@ -404,6 +414,11 @@ pdf_documentation:
- *setup_gnat
- *setup_python
- make pdf_doc
artifacts:
expose_as: "PDF documentation"
paths:
- doc/language_reference/build/latex/language_reference.pdf
- doc/user_guide/build/latex/user_guide.pdf

##################
# Scheduled jobs #
Expand Down

0 comments on commit d6d813e

Please sign in to comment.