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

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

parent 6fa04cfb
No related branches found
No related tags found
No related merge requests found
Pipeline #6597 failed
image: docker.io/labrobotica/labrobotica
image: docker.io/labrobotica/labrobotica:latest
stages:
- build
......@@ -8,10 +8,9 @@ stages:
build-package:
stage: build
script:
- apt update || apt -y install ca-certificates && apt update
# Uncomment to install dependencies
# - apt update
# - apt -y install iri-<package_name>-dev
- apt update
- apt -y install iri-iriutils-dev
- apt install -y libxerces-c-dev xsdcxx
- mkdir -pv build
......@@ -30,7 +29,7 @@ update_repo:
script:
- cd build
- "scp -i /root/.ssh/iriLabKeyNopwd -r *trajectory*.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 trajectory"
- "ssh irilabo@labrepo.iri.upc.edu -i /root/.ssh/iriLabKeyNopwd -tt /home/irilabo/repo_scripts/update_repo.sh trajectory $(lsb_release -cs)"
only:
- 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