D
CGG-public/ci-components/debian-linux
Debian-Linux
v0.0.8
Gitlab CI component for C++/CMake projects on Debian Linux
debian
include:
- component: $CI_SERVER_FQDN/CGG-public/ci-components/debian-linux/debian@v0.0.8
Name | Mandatory | Type | Description | Default |
---|---|---|---|---|
tags | false | array | Tags to apply to the jobs (to select proper runner) | [] |
stage | false | string | test | |
BUILD_TYPE | false | string | Release | |
C_COMPILER | false | string | gcc | |
src_folder | false | string | a repo subfolder that contains a CMakeLists.txt to build | . |
CXX_COMPILER | false | string | g++ | |
cmake_options | false | string | Additional commandline options for cmake | |
debian_release | false | string | bookworm | |
job_name_prefix | false | string | The job's prefix (if any) |