Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gitlab-profile
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RoboCT (Public)
RoboQuality
gitlab-profile
Commits
1ce5fb80
Commit
1ce5fb80
authored
8 months ago
by
Simon Wittl
Browse files
Options
Downloads
Patches
Plain Diff
win64
parent
62a75bb5
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+23
-0
23 additions, 0 deletions
.gitlab-ci.yml
README.md
+2
-2
2 additions, 2 deletions
README.md
docker/win64/README.md
+6
-1
6 additions, 1 deletion
docker/win64/README.md
with
31 additions
and
3 deletions
.gitlab-ci.yml
+
23
−
0
View file @
1ce5fb80
...
...
@@ -66,6 +66,29 @@ build-ros:
-
install
name
:
ubuntu_humble
build-ros-win64
:
stage
:
build
image
:
swittl/humble_win64
tags
:
-
windows
dependencies
:
-
rq-pytests
script
:
-
git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@mygit.th-deg.de/roboct/robo_quality/rq_interfaces
-
git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@mygit.th-deg.de/roboct/robo_quality/rq_hardware
-
git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@mygit.th-deg.de/roboct/robo_quality/rq_controller
-
git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@mygit.th-deg.de/roboct/robo_quality/rq_ddetection
-
git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@mygit.th-deg.de/roboct/robo_quality/rq_trajectory
-
git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@mygit.th-deg.de/roboct/robo_quality/rq_reconstruction
-
rosdep install --from-paths . -y --ignore-src
-
colcon build --merge-install
artifacts
:
when
:
always
paths
:
-
install
name
:
win64_humble
create-docu
:
stage
:
docu
image
:
ros:humble
...
...
This diff is collapsed.
Click to expand it.
README.md
+
2
−
2
View file @
1ce5fb80
...
...
@@ -22,14 +22,14 @@ The main repository is [Workflow](https://mygit.th-deg.de/roboct/robo_quality/rq
|
`Reconstruction`
| CT-Reconstruction module |
[
rq_reconstruction
](
https://mygit.th-deg.de/roboct/robo_quality/rq_reconstruction
)
| |
|
`Interfaces`
| project intern interfaces for all msg / srv. |
[
rq_interfaces
](
https://mygit.th-deg.de/roboct/robo_quality/rq_interfaces
)
| |
# Builded Version (WIP /
Only Linux
)
# Builded Version (WIP /
Win64 not tested
)
Gitlab CI is used to build all packages. The builded packages can be downloaded as
`artifacts`
and can be added to your workspace.
| CI | ROS2 | Status |
|----|------|--------|
| Ubuntu 24.04 LTS | Humble | ✅
[
`download`
](
https://mygit.th-deg.de/roboct/robo_quality/gitlab-profile/-/jobs/artifacts/main/download?job=build-ros
)
|
| Win11 | Humble |
❌ win image must be created. Gitlab runner is ready.
|
| Win11 | Humble |
✅
[
`download`
](
https://mygit.th-deg.de/roboct/robo_quality/gitlab-profile/-/jobs/artifacts/main/download?job=build-ros-win64
)
|
# Documentation
...
...
This diff is collapsed.
Click to expand it.
docker/win64/README.md
+
6
−
1
View file @
1ce5fb80
docker login registry.mygit.th-deg.de; docker build -t registry.mygit.th-deg.de/roboct/robo_quality/gitlab-profile/docker/win64:latest .; docker push registry.mygit.th-deg.de/roboct/robo_quality/gitlab-profile/docker/win64; docker logout;
\ No newline at end of file
docker login registry.mygit.th-deg.de
docker build -t registry.mygit.th-deg.de/roboct/robo_quality/gitlab-profile/docker/win64:latest .
docker push registry.mygit.th-deg.de/roboct/robo_quality/gitlab-profile/docker/win64
docker logout
Gitlab docker Image registry is not enabled ... uploaded it to docker swittl/humble_win64
\ No newline at end of file
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