Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
semyon-dev authored Oct 30, 2024
2 parents 03a9676 + 4cb54b8 commit 450fca9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# for debug:
# set -ex
#set -ex

PARENT_PATH="$(dirname "$(cd "$("dirname" "$0")"; pwd -P)")"

Expand Down
6 changes: 5 additions & 1 deletion scripts/build_all_platforms
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
#!/bin/bash
#set -ex
PARENT_PATH="$(dirname "$(cd "$("dirname" "$0")"; pwd -P)")"
pushd "$PARENT_PATH"


if [ $# -lt 1 ]
then
echo "arguments expected are of the form <VERSION> for the build script , as an example: '/scripts/build-all v.5.1.1'"
echo "arguments expected are of the form <VERSION> for the build script , as an example: '/scripts/build-all v5.1.6'"
exit 1
fi

Expand Down

0 comments on commit 450fca9

Please sign in to comment.