Merge branch 'matthiasc/for-main' into 'main'

ci: Use the same options for the scan-build job

See merge request GNOME/gtk!5953
This commit is contained in:
Matthias Clasen
2023-05-12 02:08:37 +00:00
3 changed files with 5 additions and 6 deletions

View File

@@ -349,6 +349,8 @@ static-scan:
- meson setup
${COMMON_MESON_FLAGS}
${EXTRA_MESON_FLAGS}
${BACKEND_FLAGS}
${FEATURE_FLAGS}
_scan_build
- ninja -C _scan_build scan-build
artifacts:

View File

@@ -69,9 +69,6 @@ case "${backend}" in
--no-suite=flaky \
--no-suite=gsk-compare-opengl
# don't let Broadway failures fail the run, for now
exit_code=0
kill ${server}
;;

View File

@@ -1,12 +1,12 @@
/* Lists/Settings v2
/* Lists/Alternative Settings
* #Keywords: GtkListHeaderFactory, GtkSectionModel
*
* This demo shows a settings viewer for GSettings.
* This demo shows an alternative settings viewer for GSettings.
*
* It demonstrates how to implement support for sections with GtkListView.
*
* It also shows how to quickly flatten a large tree of items into a list
* that can be filtered to find the itmes one is looking for.
* that can be filtered to find the items one is looking for.
*/
#include <gtk/gtk.h>