Skip to content
Snippets Groups Projects
Commit c16cf939 authored by Fernando Herrero's avatar Fernando Herrero
Browse files

Update .gitlab-ci.yml

parent 98ddef42
No related branches found
No related tags found
No related merge requests found
Pipeline #4389 failed
...@@ -13,6 +13,11 @@ build-package: ...@@ -13,6 +13,11 @@ build-package:
script: script:
- apt update - apt update
#- apt -y install iri-iriutils-dev iri-comm-dev #fill dependencies #- 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 -O mvGenTL_Acquire-x86_64_ABI2-2.26.0.tgz
- wget https://www.matrix-vision.com/USB3-vision-camera-mvbluefox3.html?file=tl_files/mv11/support/mvIMPACT_Acquire/01/install_mvGenTL_Acquire.sh -O install_mvGenTL_Acquire.sh
- chmod +x install_mvGenTL_Acquire.sh
- ./install_mvGenTL_Acquire.sh -u
- mkdir -pv build - mkdir -pv build
- cd build - cd build
- cmake -DCMAKE_BUILD_TYPE=RELEASE -DCPACK_PACKAGE_VERSION=$CI_COMMIT_TAG .. - cmake -DCMAKE_BUILD_TYPE=RELEASE -DCPACK_PACKAGE_VERSION=$CI_COMMIT_TAG ..
...@@ -33,4 +38,4 @@ update_repo: ...@@ -33,4 +38,4 @@ update_repo:
- "scp -i /root/.ssh/iriLabKeyNopwd -r *mvbluefox3*.deb irilabo@147.83.76.226:packages/" - "scp -i /root/.ssh/iriLabKeyNopwd -r *mvbluefox3*.deb irilabo@147.83.76.226:packages/"
- "ssh irilabo@147.83.76.226 -i /root/.ssh/iriLabKeyNopwd -tt /home/irilabo/repo_scripts/update_repo.sh mvbluefox3" - "ssh irilabo@147.83.76.226 -i /root/.ssh/iriLabKeyNopwd -tt /home/irilabo/repo_scripts/update_repo.sh mvbluefox3"
only: only:
- tags - 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