https://github.com/Kitware/CMake
Revision 20182f60cf782b6136eedc3cd4edba7c6465e68f authored by Brad King on 02 April 2021, 14:23:52 UTC, committed by Kitware Robot on 02 April 2021, 14:23:58 UTC
7829136a6f gitlab-ci: Tell CDash when a test-ext job is done

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Ben Boeckel <ben.boeckel@kitware.com>
Merge-request: !5971
2 parent s 0ed8a3c + 7829136
Raw File
Tip revision: 20182f60cf782b6136eedc3cd4edba7c6465e68f authored by Brad King on 02 April 2021, 14:23:52 UTC
Merge topic 'ci-test-ext-done' into release-3.20
Tip revision: 20182f6
.editorconfig
root = true

[*]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true

[{CMakeLists.txt,*.cmake,*.rst}]
indent_size = 2
indent_style = space
back to top