Skip to content
Snippets Groups Projects
Commit 5745bf39 authored by ucart's avatar ucart
Browse files
parents e745f8c7 289c15e9
No related branches found
No related tags found
No related merge requests found
image: ruby:2.3
before_script:
- apt-get update -qq && apt-get install -y -qq libbluetooth-dev cmake valgrind
- apt-get update -qq && apt-get install -y -qq libbluetooth-dev cmake valgrind qt5-default qt5-qmake
stages:
- build
......
......@@ -28,6 +28,11 @@ condition.
thing is to fix the test so that we continue to have good regression
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?
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
......
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