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

Remove remnants of versioning job

parent a9e6f340
No related branches found
No related tags found
1 merge request!8Convert cookiecutter
Pipeline #59726 failed
...@@ -14,12 +14,6 @@ default: ...@@ -14,12 +14,6 @@ default:
- cd my_awesome_app - cd my_awesome_app
- git init - git init
# Override artifact path
versioning:
artifacts:
reports:
dotenv: my_awesome_app/versions.env
# Override semgrep-sast before script # Override semgrep-sast before script
sast: sast:
before_script: before_script:
......
cmake_minimum_required(VERSION 3.16) cmake_minimum_required(VERSION 3.16)
project(CPP VERSION 0.1) project({{cookiecutter.project_slug}} VERSION 0.1)
include(CheckCXXCompilerFlag) include(CheckCXXCompilerFlag)
......
# C++ project # {{cookiecutter.project_name}}
An example repository of an CI/CD pipeline for building, testing and deploying a C++ project. {{cookiecutter.description}}
## Description ## Description
......
...@@ -19,7 +19,8 @@ import sys ...@@ -19,7 +19,8 @@ import sys
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones. # ones.
project = "CPP" project = "{{cookiecutter.project_name}}"
copyright = "2023, ASTRON"
# TODO(): Extract version metadata from CMake and make available in Sphinx # TODO(): Extract version metadata from CMake and make available in Sphinx
# version = "" # version = ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment