Skip to content
Snippets Groups Projects
Commit 91bd8d15 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

[skip ci] print variables

parent 6fc1cc58
No related branches found
No related tags found
2 merge requests!35After cmake and const refactor,!34Resolve "Adapt to core CMakeLists.txt refactor"
......@@ -3,6 +3,13 @@ stages:
- build_and_test
############ YAML ANCHORS ############
.print_variables_template: &print_variables_definition
# Print variables
- echo $WOLF_CORE_BRANCH
- echo $CI_COMMIT_BRANCH
- echo $WOLF_GNSS_BRANCH
- echo $GNSSUTILS_BRANCH
.preliminaries_template: &preliminaries_definition
## Install ssh-agent if not already installed, it is required by Docker.
## (change apt-get to yum if you use an RPM-based image)
......@@ -119,6 +126,7 @@ license_headers:
paths:
- ci_deps/wolf/
before_script:
- *print_variables_definition
- *preliminaries_definition
- *install_wolf_definition
script:
......@@ -136,6 +144,7 @@ build_and_test:bionic:
paths:
- ci_deps/gnss_utils/
before_script:
- *print_variables_definition
- *preliminaries_definition
- *install_wolf_definition
- *install_gnssutils_definition
......@@ -155,6 +164,7 @@ build_and_test:focal:
paths:
- ci_deps/gnss_utils/
before_script:
- *print_variables_definition
- *preliminaries_definition
- *install_wolf_definition
- *install_gnssutils_definition
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment