From 9504cb44e26f2b8e050ee8e1e39fc24efd616df6 Mon Sep 17 00:00:00 2001 From: bbartels <bbartels@iastate.edu> Date: Wed, 26 Apr 2017 13:31:22 -0500 Subject: [PATCH] Update ci-build.sh --- ci-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-build.sh b/ci-build.sh index 36b584f4a..2a6b7efed 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 -- GitLab