Skip to content
Snippets Groups Projects
Commit 93b0b45c authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

Added constants dump

- add job in CI and saving output to doc/constants.out
parent 9501c27c
No related branches found
No related tags found
1 merge request!54Resolve "Add constants dump to pipeline"
Pipeline #8368 failed with stages
in 3 minutes and 6 seconds
...@@ -79,6 +79,7 @@ report: ...@@ -79,6 +79,7 @@ report:
- view_01 - view_01
- dawn_view_02:detector - dawn_view_02:detector
- dawn_view_03:detector - dawn_view_03:detector
- dump_constants
artifacts: artifacts:
paths: paths:
- images/ - images/
...@@ -87,6 +88,12 @@ report: ...@@ -87,6 +88,12 @@ report:
- pip3 install jinja2 && ls -lrth - pip3 install jinja2 && ls -lrth
- ./bin/make_images > doc/dawn_views.md - ./bin/make_images > doc/dawn_views.md
dump_constants:
stage: test
needs:
- ["compile"]
script:
- npdet_info dump reference_detector.xml | tee doc/constants.out
overlap_check: overlap_check:
stage: test stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment