Skip to content
Snippets Groups Projects
Commit e369d428 authored by Alejandro Lopez Gestoso's avatar Alejandro Lopez Gestoso
Browse files

Updated .gitlab-ci.yml to multiples Ubuntu distributions' packages generation

parent 752e1ab9
No related branches found
No related tags found
1 merge request!2Added add_lib_to_ld_config.sh and remove_lib_from_ld_config.sh user scripts....
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
image: docker.io/labrobotica/labrobotica image: docker.io/labrobotica/labrobotica:latest
stages: stages:
- build - build
...@@ -8,8 +8,8 @@ stages: ...@@ -8,8 +8,8 @@ stages:
build-package: build-package:
stage: build stage: build
script: script:
- apt update || apt -y install ca-certificates && apt update
# Uncomment to install dependencies # Uncomment to install dependencies
# - apt update
# - apt -y install iri-<package_name>-dev # - apt -y install iri-<package_name>-dev
- mkdir -pv build - mkdir -pv build
- cd build - cd build
...@@ -27,7 +27,7 @@ update_repo: ...@@ -27,7 +27,7 @@ update_repo:
script: script:
- cd build - cd build
- "scp -i /root/.ssh/iriLabKeyNopwd -r *iriutils*.deb irilabo@labrepo.iri.upc.edu:packages/" - "scp -i /root/.ssh/iriLabKeyNopwd -r *iriutils*.deb irilabo@labrepo.iri.upc.edu:packages/"
- "ssh irilabo@labrepo.iri.upc.edu -i /root/.ssh/iriLabKeyNopwd -tt /home/irilabo/repo_scripts/update_repo.sh iriutils" - "ssh irilabo@labrepo.iri.upc.edu -i /root/.ssh/iriLabKeyNopwd -tt /home/irilabo/repo_scripts/update_repo.sh iriutils $(lsb_release -cs)"
only: only:
- tags - tags
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