diff options
author | Craig Scott <craig.scott@crascit.com> | 2021-10-05 12:26:40 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2021-10-05 12:27:02 (GMT) |
commit | a31447417f65ac37c4a4966fc7314c40b3fca91b (patch) | |
tree | 79ab98c7addd0e6d0183f31c95f53105760254e7 /.gitlab | |
parent | 1b21eb82126bb350a4cbe8b2f7969913407b81a8 (diff) | |
parent | a7420884723c4fb09e6370fb25710a2172c10a0c (diff) | |
download | CMake-a31447417f65ac37c4a4966fc7314c40b3fca91b.zip CMake-a31447417f65ac37c4a4966fc7314c40b3fca91b.tar.gz CMake-a31447417f65ac37c4a4966fc7314c40b3fca91b.tar.bz2 |
Merge topic 'qt6-tests'
a742088472 Tests: Add support for testing Qt6
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6587
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/artifacts.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/artifacts.yml b/.gitlab/artifacts.yml index 45e4c5b..982f50b 100644 --- a/.gitlab/artifacts.yml +++ b/.gitlab/artifacts.yml @@ -56,7 +56,7 @@ # Test directories. - build/Tests/CTest* - build/Tests/Find* - - build/Tests/Qt5* + - build/Tests/Qt* - build/Tests/RunCMake/ - build/Tests/CMakeOnly/ - build/Tests/CMakeTests/ |