From c6debc23349e6c000c8c25aab85fac0ddcb326b1 Mon Sep 17 00:00:00 2001 From: Samuel Taggart Date: Wed, 28 Aug 2024 14:33:06 -0600 Subject: [PATCH] Moved exit labview and clearcache to build script. --- _build.sh | 2 ++ _ci.sh | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/_build.sh b/_build.sh index b80d6c3..f538948 100644 --- a/_build.sh +++ b/_build.sh @@ -8,6 +8,8 @@ echo "Building $VERSION.$1" HERE=$(cygpath -w $(pwd)) SECONDS=0 g-cli clearlvcache +g-cli quitLabVIEW +sleep 2s g-cli vipc -- -v "20.0 (64-bit)" -t 1200 "approvals-dev.vipc" g-cli vipb -- -b "Approval Tests.vipb" -v "$VERSION.$1" -rn "release-notes.txt" echo "Script Time: $SECONDS" diff --git a/_ci.sh b/_ci.sh index ce2944c..5a01120 100644 --- a/_ci.sh +++ b/_ci.sh @@ -3,9 +3,6 @@ set -euo pipefail ./_run_unittests.sh -g-cli quitLabVIEW -git restore . -g-cli clearlvcache ./_build.sh $1 ./_install.sh $1 ./_create_install_tests.sh