Skip to content

Commit

Permalink
Start release checks in build script only on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
helge17 committed Dec 12, 2024
1 parent 0730c4f commit 6d936af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc/build_tuxguitar_from_source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -647,9 +647,9 @@ echo "### Host: "`hostname -s`" ################################################
mkdir -p $DIST_DIR

# Check and prepare source code
[ $TGVERSION == $TGSRCVER ] && release_checks_before_prepare_source
[ `uname` == Linux ] && [ "$TGVERSION" == "$TGSRCVER" ] && release_checks_before_prepare_source
prepare_source
[ $TGVERSION == $TGSRCVER ] && release_checks_after_prepare_source
[ `uname` == Linux ] && [ "$TGVERSION" == "$TGSRCVER" ] && release_checks_after_prepare_source

# First, we start the remote builds to avoid copying all locally created binaries to the remote hosts.

Expand Down

0 comments on commit 6d936af

Please sign in to comment.