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

[skip ci] ci: printing variables

parent b296d451
No related branches found
No related tags found
1 merge request!37After cmake and const refactor
...@@ -6,6 +6,12 @@ stages: ...@@ -6,6 +6,12 @@ stages:
- csm_falko - csm_falko
############ YAML ANCHORS ############ ############ YAML ANCHORS ############
.print_variables_template: &print_variables_definition
# Print variables
- echo $CI_COMMIT_BRANCH
- echo $WOLF_LASER_BRANCH
- echo $LASERSCANUTILS_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)
...@@ -153,6 +159,7 @@ license_headers: ...@@ -153,6 +159,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:
...@@ -170,6 +177,7 @@ build_and_test_none:bionic: ...@@ -170,6 +177,7 @@ build_and_test_none:bionic:
paths: paths:
- ci_deps/laser_scan_utils/ - ci_deps/laser_scan_utils/
before_script: before_script:
- *print_variables_definition
- *preliminaries_definition - *preliminaries_definition
- *install_wolf_definition - *install_wolf_definition
- *install_laserscanutils_definition - *install_laserscanutils_definition
...@@ -190,6 +198,7 @@ build_and_test_csm:bionic: ...@@ -190,6 +198,7 @@ build_and_test_csm:bionic:
paths: paths:
- ci_deps/csm/ - ci_deps/csm/
before_script: before_script:
- *print_variables_definition
- *preliminaries_definition - *preliminaries_definition
- *install_wolf_definition - *install_wolf_definition
- *install_csm_definition - *install_csm_definition
...@@ -211,6 +220,7 @@ build_and_test_falko:bionic: ...@@ -211,6 +220,7 @@ build_and_test_falko:bionic:
paths: paths:
- ci_deps/falkolib/ - ci_deps/falkolib/
before_script: before_script:
- *print_variables_definition
- *preliminaries_definition - *preliminaries_definition
- *install_wolf_definition - *install_wolf_definition
- *install_falko_definition - *install_falko_definition
...@@ -235,6 +245,7 @@ build_and_test_csm_falko:bionic: ...@@ -235,6 +245,7 @@ build_and_test_csm_falko:bionic:
paths: paths:
- ci_deps/falkolib/ - ci_deps/falkolib/
before_script: before_script:
- *print_variables_definition
- *preliminaries_definition - *preliminaries_definition
- *install_wolf_definition - *install_wolf_definition
- *install_falko_definition - *install_falko_definition
...@@ -255,6 +266,7 @@ build_and_test_none:focal: ...@@ -255,6 +266,7 @@ build_and_test_none:focal:
paths: paths:
- ci_deps/laser_scan_utils/ - ci_deps/laser_scan_utils/
before_script: before_script:
- *print_variables_definition
- *preliminaries_definition - *preliminaries_definition
- *install_wolf_definition - *install_wolf_definition
- *install_laserscanutils_definition - *install_laserscanutils_definition
...@@ -275,6 +287,7 @@ build_and_test_csm:focal: ...@@ -275,6 +287,7 @@ build_and_test_csm:focal:
paths: paths:
- ci_deps/csm/ - ci_deps/csm/
before_script: before_script:
- *print_variables_definition
- *preliminaries_definition - *preliminaries_definition
- *install_wolf_definition - *install_wolf_definition
- *install_csm_definition - *install_csm_definition
...@@ -296,6 +309,7 @@ build_and_test_falko:focal: ...@@ -296,6 +309,7 @@ build_and_test_falko:focal:
paths: paths:
- ci_deps/falkolib/ - ci_deps/falkolib/
before_script: before_script:
- *print_variables_definition
- *preliminaries_definition - *preliminaries_definition
- *install_wolf_definition - *install_wolf_definition
- *install_falko_definition - *install_falko_definition
...@@ -320,6 +334,7 @@ build_and_test_csm_falko:focal: ...@@ -320,6 +334,7 @@ build_and_test_csm_falko:focal:
paths: paths:
- ci_deps/falkolib/ - ci_deps/falkolib/
before_script: before_script:
- *print_variables_definition
- *preliminaries_definition - *preliminaries_definition
- *install_wolf_definition - *install_wolf_definition
- *install_falko_definition - *install_falko_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