Skip to content

Commit

Permalink
MINOR: [CI][C++] Add C++ example builds to "cpp" Crossbow task group (#…
Browse files Browse the repository at this point in the history
…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 <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
pitrou authored Sep 5, 2024
1 parent c2123b8 commit 9761241
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/tasks/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ groups:

cpp:
- test-*cpp*
- example-*cpp*

c-glib:
- test-*c-glib*
Expand Down

0 comments on commit 9761241

Please sign in to comment.