From 9761241bc831b7f421558622410a39fe4f9aa563 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Thu, 5 Sep 2024 22:34:46 +0200 Subject: [PATCH] MINOR: [CI][C++] Add C++ example builds to "cpp" Crossbow task group (#43975) ### Rationale for this change The `python` task group already includes the Python example builds. This PR does the same for the `cpp` task group. ### Are these changes tested? By CI itself. ### Are there any user-facing changes? No. Authored-by: Antoine Pitrou Signed-off-by: Sutou Kouhei --- dev/tasks/tasks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/tasks/tasks.yml b/dev/tasks/tasks.yml index b7e0c1601e336..9ded6ee41ab4b 100644 --- a/dev/tasks/tasks.yml +++ b/dev/tasks/tasks.yml @@ -75,6 +75,7 @@ groups: cpp: - test-*cpp* + - example-*cpp* c-glib: - test-*c-glib*