Skip to content

Commit

Permalink
CI: install lnav outside of CI environments
Browse files Browse the repository at this point in the history
  • Loading branch information
cce committed Jan 9, 2025
1 parent c60db8d commit c9bf68a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/configure_dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ elif [ "${OS}" = "darwin" ]; then
install_or_upgrade automake
install_or_upgrade python3
install_or_upgrade diffutils
if [ "$CI" != "true" ] && [ "$CIRCLECI" != "true" ]; then
install_or_upgrade lnav
lnav -i "$SCRIPTPATH/algorand_node_log.json"
fi
elif [ "${OS}" = "windows" ]; then
if ! $msys2 pacman -S --disable-download-timeout --noconfirm git automake autoconf m4 libtool make mingw-w64-x86_64-gcc mingw-w64-x86_64-python mingw-w64-x86_64-jq unzip procps; then
echo "Error installing pacman dependencies"
Expand Down

0 comments on commit c9bf68a

Please sign in to comment.