rticommunity / rticonnextdds-cmake-utils

This repository provides modules and scripts that simplify the process of building and running RTI Connext applications using CMake.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build only necessary examples for the CI

lulivi opened this issue · comments

commented

Issue information

Field Value
Jira issue key INSTALL-738
OS(s) --
Connext version(s) --
Connext architecture(s) --

Description

Currently we perform a complete build of the rticommunity/rticonnextdds-examples repository (all the C/C++ examples). We are already doing this in the CI of said repository, so for the this repository CI would be sufficient to build some examples that cover all the possible FindPackage components.

We introduced rticommunity/rticonnextdds-examples#534 some time ago which allows us to select which examples of each directory we want to build. Use this.

Steps to reproduce the issue

Expected behavior

Suggested solutions

commented

At the end we came to the conclusion that 15 minutes in building all the examples won't make that of a load for a pull request, since the pull request don't happen too often in this repository.