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
854088ea
There was a problem fetching the pipeline stages.
Commit
854088ea
authored
4 years ago
by
Bensong Liu
Browse files
Options
Downloads
Patches
Plain Diff
add gitlab ci
parent
69dd1522
No related branches found
No related tags found
Loading
Pipeline
#827
failed with stage
in 2 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+5
-6
5 additions, 6 deletions
.gitlab-ci.yml
with
5 additions
and
6 deletions
.gitlab-ci.yml
+
5
−
6
View file @
854088ea
...
@@ -4,13 +4,12 @@ before_script:
...
@@ -4,13 +4,12 @@ before_script:
-
apt update
-
apt update
-
apt install -y nasm g++ make
-
apt install -y nasm g++ make
stages
:
-
build32
-
build64
build32
:
build32
:
-
make BITS=32
script
:
-
make BITS=32
build64
:
build64
:
-
make BITS=64
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