Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scigl_render
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This project is archived. Its data is
read-only
.
Show more breadcrumbs
RoboGuide
scigl_render
Commits
03ac2def
Commit
03ac2def
authored
Nov 3, 2019
by
Tim Übelhör
Browse files
Options
Downloads
Patches
Plain Diff
manual rosdep
parent
96ab3312
No related branches found
No related tags found
1 merge request
!1
Gitlab ci
Pipeline
#201244
failed
Nov 3, 2019
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+13
-6
13 additions, 6 deletions
.gitlab-ci.yml
with
13 additions
and
6 deletions
.gitlab-ci.yml
+
13
−
6
View file @
03ac2def
...
...
@@ -4,13 +4,20 @@ cache:
paths
:
-
ccache/
variables
:
USE_ROSDEP
:
"
false"
# need manual order to pull my own git
before_script
:
-
mkdir -p $CI_PROJECT_DIR/catkin_workspace/src
-
cd $CI_PROJECT_DIR/catkin_workspace/src
-
git clone https://github.com/Tuebel/gl3w_ros.git
# before ros_gitlab_ci so rosdep finds it
-
cd $CI_PROJECT_DIR
-
git clone https://gitlab.com/VictorLamoine/ros_gitlab_ci.git
-
source ros_gitlab_ci/gitlab-ci.bash >/dev/null catkin
-
cd ${CI_PROJECT_DIR}/catkin_workspace/src
-
git clone https://github.com/Tuebel/gl3w_ros.git
# before ros_gitlab_ci so rosdep finds it
-
echo "Using rosdep to install dependencies"
# use rosdep for dependencies
-
apt-get install -qq python-rosdep python-pip
-
rosdep init ||
true
-
rosdep update
-
rosdep install --from-paths src --ignore-src --rosdistro ${ROS_DISTRO} -y --as-root apt:false
catkin_tools
:
stage
:
build
...
...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
sign in
to comment