Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Prada Sarasola, Miguel
templates
Commits
948cc398
Commit
948cc398
authored
Nov 06, 2018
by
Jon Azpiazu
Browse files
Add industrial-ci yaml template
parent
e2308bb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-industrial-ci.yml
0 → 100644
View file @
948cc398
image
:
docker:git
variables
:
TMPDIR
:
"
${CI_PROJECT_DIR}.tmp"
services
:
-
docker:dind
stages
:
-
build
before_script
:
-
apk add --update bash coreutils tar wget
-
git clone https://github.com/ros-industrial/industrial_ci.git .ci_config
industrial_ci_kinetic
:
stage
:
build
script
:
.ci_config/gitlab.sh
variables
:
ROS_DISTRO
:
kinetic
ROS_PARALLEL_JOBS
:
"
-j1"
# keep this for now, since there seems to be memory limit issues in the ci VM
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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