Author: Christophe Prud'homme Version: v2
This repository provides a basic starting point for a Feel++ application including:
- Feel++ applications in C++ to use Feel++ and Feel++ toolboxes in
src
- Documentation using asciidoc and antora
- Python Feel++ notebooks that can be downloaded from the documentation
- Continuous integration including tests for the C++ applications
- Docker image generation for the project
The documentation for benchmarking is available here, and you can build on it for your project by enabling the github pages for your repository.
By default, the project is named benchmarking
if you cloned the repository feelpp/benchmarking
. However, if you used the previous repository as a template, then the project is renamed using the name of the repository using the script rename.sh
at the initialization of the repository. If the name does not suit you, you can change it again using the script rename.sh
and providing the new name as an argument.
Warning: The script
rename.sh
will rename the project. However, some URLs might not be set properly if you rename the project yourself. You need to check the following files:docs/site.yml
anddocs/package.json
and fix the URLs after the rename process is done.
The version of the project is defined in the files CMakeLists.txt
, docs/antora.yml
, and docs/package.json
. You need to update with the same version in all files.
- Update the version in
CMakeLists.txt
- Update the version in
docs/antora.yml
- Commit the changes with the message "Release vx.y.z". At this point, the CI will generate the docker image and push it to Docker Hub.