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
dd0208e8
There was an error fetching the commit references. Please try again later.
Commit
dd0208e8
authored
4 years ago
by
Bensong Liu
Browse files
Options
Downloads
Patches
Plain Diff
adjust ci
parent
31d8029a
No related branches found
No related tags found
No related merge requests found
Pipeline
#829
failed
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+4
-0
4 additions, 0 deletions
.gitlab-ci.yml
Makefile
+5
-0
5 additions, 0 deletions
Makefile
with
9 additions
and
0 deletions
.gitlab-ci.yml
+
4
−
0
View file @
dd0208e8
image
:
archlinux/base
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.
Makefile
+
5
−
0
View file @
dd0208e8
...
...
@@ -24,4 +24,9 @@ assemble-uefi: build
run-legacy
:
assemble-legacy
qemu-system-x86_64 legacy.img
clean
:
$(
MAKE
)
-C
bootloader-legacy clean
#
$(
MAKE
)
-C
bootloader-uefi clean
$(
MAKE
)
-C
kernel clean
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