Skip to content
Snippets Groups Projects
ci-build.sh 188 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)