infinispan / infinispan/cpp-client

CMakeLists.txt cleanup

Open
#358 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
11
Forks
20
PR merge metrics
No merged PRs in 30d

Description

Currently the CMakeLists.txt is a mixed soup of build and testing operations.

A good first step would be: cleanup thing and have separated process for
- build the .rpm and .zip from source. A docker build should be also available.
- test the artefacts in a clean environment (i.e. without sources). Testing in a containerized image would be the best.

Some requirements:
- tests must be available during development without the need to install them
- CI/CD platform must be allowed to automatically run both the processes for continuous integration and delivery.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Read the current CMakeLists.txt first to map its build and testing responsibilities. Define separate processes for building the .rpm and .zip artifacts, running artifact tests in a clean containerized environment, and making both processes available to the CI/CD platform. Done means development tests remain runnable without installation and continuous integration and delivery can run automatically.

Written by the indexing model from the issue text.

Assessment

Tech stack
cmake, cpp, docker
Domain
build-system, ci-cd, release, testing
Issue type
Refactor
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.