Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI config/scripts cleanup #60366

Merged
merged 7 commits into from
Jan 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set(CMAKE_AUTORCC ON)
# set path to additional CMake modules
set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake ${CMAKE_MODULE_PATH})
# POLICIES
if(NOT "${CMAKE_VERSION}" VERSION_LESS "3.27")
if("${CMAKE_VERSION}" VERSION_GREATER_EQUAL "3.27")
# include(Dart) still used, as is the "Experimental" target
cmake_policy(SET CMP0145 OLD)
endif()
Expand Down Expand Up @@ -695,8 +695,10 @@ if (ENABLE_TESTS)
set (PUSH_TO_CDASH FALSE CACHE BOOL "Determines whether test results should be pushed to CDASH site")
set(QT_USE_QTTEST TRUE)
enable_testing()
# Adds some testing specific build targets e.g. make Experimental
include(Dart)
if (PUSH_TO_CDASH)
# Adds some testing specific build targets e.g. make Experimental
include(Dart)
endif()
# Additional test configuration options e.g. max upload size of test report
configure_file(
"${CMAKE_SOURCE_DIR}/cmake_templates/CTestCustom.cmake.in"
Expand Down
17 changes: 0 additions & 17 deletions scripts/jenkins_run.sh

This file was deleted.

30 changes: 0 additions & 30 deletions scripts/listpulls.pl

This file was deleted.

24 changes: 0 additions & 24 deletions scripts/remove_non_svn_files.sh

This file was deleted.

67 changes: 0 additions & 67 deletions scripts/sipdiff

This file was deleted.

204 changes: 0 additions & 204 deletions scripts/widgets_tree.py

This file was deleted.

Loading