Skip to content
Snippets Groups Projects
Commit 8846e573 authored by bbartels's avatar bbartels
Browse files

Update ci_faq.md

parent f0d2ad9b
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment