From 4d5eba3365a6857700ad5b565ae2d46e74fe111a Mon Sep 17 00:00:00 2001 From: Dantali0n <info@dantalion.nl> Date: Mon, 2 Oct 2023 15:09:43 +0200 Subject: [PATCH] Update references --- README.md | 8 ++++---- {{cookiecutter.project_slug}}/README.md | 3 +-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4ca5706..aa949d3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# Example Python Package +# CPP Project CookieCutter Template - - + + An example repository of an CI/CD pipeline for building, testing and publishing a python package. @@ -18,7 +18,7 @@ pip install --user cookiecutter Then you can create an instance of your template with: ```bash -cookiecutter https://git.astron.nl/templates/python-package.git +cookiecutter https://git.astron.nl/templates/cpp-project.git # Next follow a set of prompts (such as the name and description of the package) ``` diff --git a/{{cookiecutter.project_slug}}/README.md b/{{cookiecutter.project_slug}}/README.md index 57e36c5..0aa8012 100644 --- a/{{cookiecutter.project_slug}}/README.md +++ b/{{cookiecutter.project_slug}}/README.md @@ -22,8 +22,7 @@ project needs to be changed to use `make`. ## Getting started -- Clone the project in the directory `$repo` -- Install all dependencies as listed in `ci/ubuntu_22_04-base` +- Install all dependencies as listed in `docker/ci-runnner/Dockerfile` - Create build directory: `mkdir build` - Create the project: `cmake -DBUILD_TESTING=ON -DBUILD_DOCUMENTATION=ON -B ./build -G Ninja` - Build the project: `ninja -C ./build` -- GitLab