Skip to content
Snippets Groups Projects
Commit 034975d1 authored by bbartels's avatar bbartels
Browse files

groundStation: add ground station to CI build

parent 88f61e19
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
stages:
- build
- test
- build
- test
build_job:
stage: build
......
......@@ -4,4 +4,7 @@ set -e
# Quad Libraries and Boot image
(cd quad && make deep-clean && make)
#(cd groundStation && make)
# Ground station
git submodule update --init --recursive
(cd groundStation && make vrpn && make)
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