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

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

parent 25f2b165
No related branches found
No related tags found
No related merge requests found
Pipeline #6025 passed
image: docker.io/labrobotica/labrobotica
image: docker.io/labrobotica/labrobotica:latest
variables:
GIT_SUBMODULE_STRATEGY: recursive
......@@ -11,7 +11,7 @@ stages:
build-package:
stage: build
script:
- apt update
- apt update || apt -y install ca-certificates && apt update
#- apt -y install iri-iriutils-dev iri-comm-dev #fill dependencies
- apt-get -y install libboost-all-dev
- wget http://static.matrix-vision.com/mvIMPACT_Acquire/2.26.0/mvGenTL_Acquire-x86_64_ABI2-2.26.0.tgz
......@@ -36,6 +36,6 @@ update_repo:
script:
- cd build
- "scp -i /root/.ssh/iriLabKeyNopwd -r *mvbluefox3*.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 mvbluefox3"
- "ssh irilabo@labrepo.iri.upc.edu -i /root/.ssh/iriLabKeyNopwd -tt /home/irilabo/repo_scripts/update_repo.sh mvbluefox3 $(lsb_release -cs)"
only:
- tags
\ No newline at end of file
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