Skip to content
Snippets Groups Projects
Commit d605d12c authored by Olivier Stasse's avatar Olivier Stasse
Browse files

[CI] Add .gitlab-ci.yml file.

parent 6f774c21
No related branches found
No related tags found
No related merge requests found
Pipeline #
variables:
GIT_SSL_NO_VERIFY: "true"
PROJECT: "talos-data"
PROJECT_PATH: "pyrene-dev/${PROJECT}"
REGISTRY_IMAGES: "${CI_REGISTRY}/gsaurel/buildfarm"
.build: &build
before_script:
- eval $(ssh-agent -s)
- ssh-add <(echo "${SSH_DEPLOY_KEY}")
- echo "REPOSITORY.${PROJECT}=git ${CI_PROJECT_DIR}" >> /opt/openrobots/etc/robotpkg.conf
script:
- /checkout.sh
- cd /root/robotpkg/wip/${PROJECT} && make install
build-14:
image: ${REGISTRY_IMAGES}/${PROJECT_PATH}:14.04
<<: *build
build-16:
image: ${REGISTRY_IMAGES}/${PROJECT_PATH}:16.04
<<: *build
\ 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