From 1292760ceadcad149cb4aa705568e1349732dc1a Mon Sep 17 00:00:00 2001
From: Jason Hiser <jdhiser@gmail.com>
Date: Thu, 22 Aug 2019 11:28:28 -0400
Subject: [PATCH] changed from build-all to scons

---
 cicd_testing/do-build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cicd_testing/do-build.sh b/cicd_testing/do-build.sh
index 8c7e283..0a34715 100755
--- a/cicd_testing/do-build.sh
+++ b/cicd_testing/do-build.sh
@@ -17,6 +17,6 @@ time rsync -a --exclude='.git'  $CICD_TO_TEST_DIR/ /tmp/turbo_test
 cd /tmp/turbo_test
 source set_env_vars
 sudo ./get-packages.sh all
-./build-all.sh 
+scons -j3
 cd $PEASOUP_UMBRELLA_DIR
 ./postgres_setup.sh
-- 
GitLab