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

Merge branch 'install_path' of...

Merge branch 'install_path' of ssh://gitlab.iri.upc.edu:2202/labrobotica/algorithms/iriutils into install_path
parents 1c51f0ef 66aba799
No related branches found
No related tags found
No related merge requests found
......@@ -8,8 +8,9 @@ stages:
build-package:
stage: build
script:
# Uncomment to install dependencies
# - apt-get update
# - apt-get -y --allow-unauthenticated install iri-iriutils-dev
# - apt-get -y --allow-unauthenticated install iri-<package_name>-dev
- mkdir -pv build
- cd build
- cmake -D CMAKE_BUILD_TYPE=RELEASE -DCPACK_PACKAGE_VERSION=$CI_COMMIT_TAG ..
......
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