Skip to content

Commit

Permalink
Moved exit labview and clearcache to build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
stagg54 committed Aug 28, 2024
1 parent da99f6e commit c6debc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions _build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
3 changes: 0 additions & 3 deletions _ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c6debc2

Please sign in to comment.