Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
ros-playground
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Recolic
ros-playground
Commits
f5ef4bcf
There was a problem fetching the pipeline stages.
Commit
f5ef4bcf
authored
4 years ago
by
Recolic K
Browse files
Options
Downloads
Patches
Plain Diff
adj ci
parent
9b9a03ed
No related branches found
No related tags found
No related merge requests found
Pipeline
#841
failed with stage
in 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-5
0 additions, 5 deletions
.gitlab-ci.yml
with
0 additions
and
5 deletions
.gitlab-ci.yml
+
0
−
5
View file @
f5ef4bcf
image
:
archlinux:base-devel
stages
:
-
build
before_script
:
-
pacman -Sy
-
pacman -S --noconfirm nasm gcc make
build32
:
stage
:
build
script
:
-
make BITS=32
build64
:
stage
:
build
script
:
-
make BITS=64
...
...
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