Skip to content
Snippets Groups Projects
ci-build.sh 223 B
#!/bin/bash

set -e

# Quad Libraries and Boot image
(cd quad && make deep-clean && make)

# Ground station
git submodule update --init --recursive
#(cd groundStation && make vrpn && make) # QT is breaking things right now