Add test of install functionality to CI
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- C++
- Stars
- 6
- Forks
- 11
- Avg merge
- 18h 7m
- Merged PRs (30d)
- 1
Description
Currently the Build and Test CI action doesn't test installing the library. This is easy enough to do, though the how we do it may be a bit more involved depending on what we want to achieve. Could have a simple test program that uses the installed library perhaps.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Build and Test CI action and the project's install configuration. Determine how a small test program can use the installed library, then run the existing CI checks with installation covered; done means CI verifies that installation succeeds and the installed library can be used.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- build-system, ci-cd, testing-qa
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100