https://github.com/Kitware/CMake
Revision 778ea72b5920873fdc80961d68a380f6b339b7d2 authored by Brad King on 11 August 2020, 17:17:14 UTC, committed by Brad King on 11 August 2020, 17:19:05 UTC
This will give us more granular control over which runners
accept jobs for CMake.
1 parent 63a65ba
Raw File
Tip revision: 778ea72b5920873fdc80961d68a380f6b339b7d2 authored by Brad King on 11 August 2020, 17:17:14 UTC
gitlab-ci: add 'cmake' tag to all jobs
Tip revision: 778ea72
.hooks-config
# Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
# file Copyright.txt or https://cmake.org/licensing for details.

# Loaded by .git/hooks/(pre-commit|commit-msg|prepare-commit-msg)
# during git commit after local hooks have been installed.

[hooks "chain"]
	pre-commit = Utilities/Git/pre-commit
	commit-msg = Utilities/Git/commit-msg
	prepare-commit-msg = Utilities/Git/prepare-commit-msg
back to top