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

set -e

# Quad Libraries and Boot image
(cd quad && make)
#(cd groundStation && make)