https://github.com/Kitware/CMake
Revision ad85ab206e00872110226b30b0cc285abfaf90c6 authored by Brad King on 12 November 2021, 13:53:04 UTC, committed by Kitware Robot on 12 November 2021, 13:53:21 UTC
190d2b5d55 gitlab-ci: Update Windows jobs to VS 2022
ac32794983 gitlab-ci: Re-organize Windows job tags

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6724
2 parent s 2ad300e + 190d2b5
Raw File
Tip revision: ad85ab206e00872110226b30b0cc285abfaf90c6 authored by Brad King on 12 November 2021, 13:53:04 UTC
Merge topic 'ci-vs2022' into release-3.22
Tip revision: ad85ab2
.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