Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MicroCART
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Distributed Autonomous Networked Control Lab
MicroCART
Commits
8846e573
Commit
8846e573
authored
7 years ago
by
bbartels
Browse files
Options
Downloads
Patches
Plain Diff
Update ci_faq.md
parent
f0d2ad9b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
documentation/ci_faq.md
+5
-0
5 additions, 0 deletions
documentation/ci_faq.md
with
5 additions
and
0 deletions
documentation/ci_faq.md
+
5
−
0
View file @
8846e573
...
@@ -28,6 +28,11 @@ condition.
...
@@ -28,6 +28,11 @@ condition.
thing is to fix the test so that we continue to have good regression
thing is to fix the test so that we continue to have good regression
test coverage over our code.
test coverage over our code.
## My build failed due to unavailable software. How do I install things on CI?
Each build is run within a docker image. Add whatever software you need on the
`sudo apt install ...`
line inside of the
`.gitlab-ci.yml`
file in the root
directory.
## How does CI work?
## How does CI work?
When a commit is added to a branch in our repository, a notification is sent out
When a commit is added to a branch in our repository, a notification is sent out
to our gitlab-ci-runner, which instructs it to checkout the updated branch and
to our gitlab-ci-runner, which instructs it to checkout the updated branch and
...
...
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