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

[skip ci] print variables

parent 819b2aab
No related branches found
No related tags found
2 merge requests!23After cmake and const refactor,!22Resolve "Adapt to core cmake refactor"
...@@ -3,6 +3,13 @@ stages: ...@@ -3,6 +3,13 @@ stages:
- build_and_test - build_and_test
############ YAML ANCHORS ############ ############ YAML ANCHORS ############
.print_variables_template: &print_variables_definition
# Print variables
- echo $WOLF_CORE_BRANCH
- echo $CI_COMMIT_BRANCH
- echo $WOLF_BODYDYNAMICS_BRANCH
- echo $WOLF_IMU_BRANCH
.preliminaries_template: &preliminaries_definition .preliminaries_template: &preliminaries_definition
## Install ssh-agent if not already installed, it is required by Docker. ## Install ssh-agent if not already installed, it is required by Docker.
## (change apt-get to yum if you use an RPM-based image) ## (change apt-get to yum if you use an RPM-based image)
...@@ -117,6 +124,7 @@ license_headers: ...@@ -117,6 +124,7 @@ license_headers:
paths: paths:
- ci_deps/wolf/ - ci_deps/wolf/
before_script: before_script:
- *print_variables_definition
- *preliminaries_definition - *preliminaries_definition
- *install_wolf_definition - *install_wolf_definition
script: script:
...@@ -134,6 +142,7 @@ build_and_test:bionic: ...@@ -134,6 +142,7 @@ build_and_test:bionic:
paths: paths:
- ci_deps/imu/ - ci_deps/imu/
before_script: before_script:
- *print_variables_definition
- *preliminaries_definition - *preliminaries_definition
- *install_wolf_definition - *install_wolf_definition
- *install_wolfimu_definition - *install_wolfimu_definition
...@@ -153,6 +162,7 @@ build_and_test:focal: ...@@ -153,6 +162,7 @@ build_and_test:focal:
paths: paths:
- ci_deps/imu/ - ci_deps/imu/
before_script: before_script:
- *print_variables_definition
- *preliminaries_definition - *preliminaries_definition
- *install_wolf_definition - *install_wolf_definition
- *install_wolfimu_definition - *install_wolfimu_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