Skip to content

Commit

Permalink
debug build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
VitoVan committed Apr 22, 2023
1 parent a72bed6 commit 0781d20
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.sh
Expand Up @@ -7,7 +7,9 @@
################

sudo dnf -y groupinstall "Development Tools"
sudo dnf -y install python ragel byacc flex autoconf automake lbzip2 gettext autogen libtool gperf gettext-devel meson ninja-build gcc-c++ libattr pkg-config which
sudo dnf -y install python ragel byacc flex autoconf automake lbzip2 gettext autogen libtool gperf gettext-devel meson ninja-build gcc-c++ libattr pkg-config which cmake

set -x

. env.sh

Expand All @@ -20,7 +22,7 @@ check_result() {
echo "SHIT HAPPENED."
exit 42
fi
echo "CURRENT DIR: " $(pwd)
echo "PREVIOUS DIR: " $(pwd)
}

######################
Expand Down

0 comments on commit 0781d20

Please sign in to comment.