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

new folder 'ci_deps' for cache

parent fa1e6030
No related branches found
No related tags found
No related merge requests found
Pipeline #7505 canceled
...@@ -27,6 +27,9 @@ stages: ...@@ -27,6 +27,9 @@ stages:
# update apt # update apt
- apt-get update - apt-get update
# create 'ci_deps' folder (if not exists)
- mkdir -pv ci_deps
.license_header_template: &license_header_definition .license_header_template: &license_header_definition
- cd $CI_PROJECT_DIR - cd $CI_PROJECT_DIR
...@@ -65,7 +68,7 @@ stages: ...@@ -65,7 +68,7 @@ stages:
- fi - fi
.install_csm_template: &install_csm_definition .install_csm_template: &install_csm_definition
- cd $CI_BUILDS_DIR - cd $CI_PROJECT_DIR/ci_deps
- apt-get install -y libgsl-dev - apt-get install -y libgsl-dev
- if [ -d csm ]; then - if [ -d csm ]; then
- echo "directory csm exists" - echo "directory csm exists"
...@@ -80,7 +83,7 @@ stages: ...@@ -80,7 +83,7 @@ stages:
- make install - make install
.install_falko_template: &install_falko_definition .install_falko_template: &install_falko_definition
- cd $CI_BUILDS_DIR - cd $CI_PROJECT_DIR/ci_deps
- if [ -d falkolib ]; then - if [ -d falkolib ]; then
- echo "directory falkolib exists" - echo "directory falkolib exists"
- cd falkolib - cd falkolib
......
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