Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
sot-talos
Commits
b3e13023
Commit
b3e13023
authored
Jan 09, 2018
by
Olivier Stasse
Browse files
[CI] Add CI update.
parent
6100f635
Pipeline
#157
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
b3e13023
variables
:
GIT_SSL_NO_VERIFY
:
"
true"
PROJECT
:
"
sot-talos"
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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment