This commit is contained in:
Anton Iakimov
2026-08-27 13:20:47 +03:00
parent 83ded9261e
commit 5ed8a54e2f
+1 -1
View File
@@ -173,7 +173,7 @@ pipeline {
steps { catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { script {
/* Needed for QGuiApplication to import QtQuick.Dialogs */
// wrap([ $class: 'Xvfb', autoDisplayName: true, parallelBuild: true, screen: '2560x1440x24', ]) {
nix.develop('make run-statusq-sanity-checker', pure: false)
nix.develop('QT_QPA_PLATFORM=offscreen CTEST_OUTPUT_ON_FAILURE=1 QT_DEBUG_PLUGINS=1 make run-statusq-sanity-checker', pure: false)
} } }
}