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

bbartels's avatar
bbartels committed
set -e
bbartels's avatar
bbartels committed
# Quad Libraries and Boot image
(cd quad && make deep-clean && make)

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