Skip to content
Snippets Groups Projects

Help: provide example for HTTPHEADER option to ctest_submit

Merged Zack Galbreath requested to merge zackgalbreath/cmake:more_header_docs into master
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
46 46
47 47 ``HTTPHEADER <HTTP-header>``
48 48 Specify HTTP header to be included in the request to CDash during submission.
49 This suboption can be repeated several times.
49 For example, CDash can be configured to only accept submissions from
50 authenticated clients. In this case, you should provide a bearer token in your
51 header:
52
53 ::
54
55 ctest_submit(HTTPHEADER "Authorization: Bearer <auth-token>")
Please register or sign in to reply
Loading