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 is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
RoboGuide
scigl_render
Commits
f937073c
Commit
f937073c
authored
5 years ago
by
Tim Übelhör
Browse files
Options
Downloads
Plain Diff
Merge branch 'ci_rosinstall' into 'master'
rosinstall for CI job See merge request
!2
parents
9a6e8581
c2b1fcf2
No related branches found
No related tags found
1 merge request
!2
rosinstall for CI job
Pipeline
#209894
passed
5 years ago
Stage: build
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-9
2 additions, 9 deletions
.gitlab-ci.yml
.rosinstall
+1
-0
1 addition, 0 deletions
.rosinstall
with
3 additions
and
9 deletions
.gitlab-ci.yml
+
2
−
9
View file @
f937073c
...
@@ -5,19 +5,12 @@ cache:
...
@@ -5,19 +5,12 @@ cache:
-
ccache/
-
ccache/
variables
:
variables
:
USE_ROSDEP
:
"
false"
# need manual order to pull my own git
ROSINSTALL_CI_JOB_TOKEN
:
"
true"
WSTOOL_RECURSIVE
:
"
true"
before_script
:
before_script
:
-
git clone https://gitlab.com/VictorLamoine/ros_gitlab_ci.git
-
git clone https://gitlab.com/VictorLamoine/ros_gitlab_ci.git
-
source ros_gitlab_ci/gitlab-ci.bash >/dev/null catkin
-
source ros_gitlab_ci/gitlab-ci.bash >/dev/null catkin
# before ros_gitlab_ci so rosdep finds it
-
git clone https://github.com/Tuebel/gl3w_ros.git ${CI_PROJECT_DIR}/catkin_workspace/src/gl3w_ros
-
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
:
catkin_tools
:
stage
:
build
stage
:
build
...
...
This diff is collapsed.
Click to expand it.
.rosinstall
0 → 100644
+
1
−
0
View file @
f937073c
- git: {local-name: "gl3w_ros", uri: "https://github.com/Tuebel/gl3w_ros.git"}
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
register
or
sign in
to comment