diff --git a/ci-build.sh b/ci-build.sh index 36b584f4ad5f6e7e876ba7f0c8b41e68ebbc2c7e..2a6b7efed05ec7a1b9cc2969af633a888afa6010 100644 --- a/ci-build.sh +++ b/ci-build.sh @@ -7,4 +7,4 @@ set -e # Ground station git submodule update --init --recursive -(cd groundStation && make vrpn && make) +#(cd groundStation && make vrpn && make) # QT is breaking things right now