Skip to content
Snippets Groups Projects
Commit 4d5eba33 authored by Corné Lukken's avatar Corné Lukken
Browse files

Update references

parent 4b5243c9
Branches
No related tags found
1 merge request!8Convert cookiecutter
Pipeline #98156 failed
Pipeline: C++ project

#98157

    # Example Python Package
    # CPP Project CookieCutter Template
    ![Build status](https://git.astron.nl/templates/python-package/badges/main/pipeline.svg)
    ![Test coverage](https://git.astron.nl/templates/python-package/badges/main/coverage.svg)
    ![Build status](https://git.astron.nl/templates/cpp-project/badges/main/pipeline.svg)
    ![Test coverage](https://git.astron.nl/templates/cpp-project/badges/main/coverage.svg)
    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)
    ```
    ......
    ......@@ -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`
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment