Skip to content

Commit

Permalink
Increase CI memory for check_doc
Browse files Browse the repository at this point in the history
Ref. eng/recordflux/RecordFlux#958
  • Loading branch information
senier committed Jan 24, 2024
1 parent 45e7526 commit be4ad5b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ checks:
services:
- image:recordflux
- cpu:2
- mem:4
- mem:8
script:
- *setup_gnat
- *setup_python
Expand Down Expand Up @@ -396,10 +396,11 @@ html_documentation:
extends: .testing
services:
- image:recordflux
- mem:8
script:
- *setup_gnat
- *setup_python
- make html_doc
- make build_html_doc
artifacts:
expose_as: "HTML documentation"
paths:
Expand All @@ -410,10 +411,11 @@ pdf_documentation:
extends: .testing
services:
- image:recordflux
- mem:8
script:
- *setup_gnat
- *setup_python
- make pdf_doc
- make build_pdf_doc
artifacts:
expose_as: "PDF documentation"
paths:
Expand Down

0 comments on commit be4ad5b

Please sign in to comment.