Skip to content

Commit

Permalink
groups
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Feb 22, 2021
1 parent 2272734 commit 782d2ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ms-windows/mingw/build.sh
Expand Up @@ -71,6 +71,7 @@ installprefix="$installroot/usr/$arch-w64-mingw32/sys-root/mingw"
rm -rf "$installroot"

# Build
echo "::group::cmake"
mkdir -p "$BUILDDIR"
(
CRSSYNC_BIN=$(readlink -f "$SRCDIR")/build/output/bin/crssync
Expand Down Expand Up @@ -104,6 +105,8 @@ mkdir -p "$BUILDDIR"
-DTXT2TAGS_EXECUTABLE= \
..
)
echo "::endgroup::"


# Compile native crssync
# mkdir -p $BUILDDIR/native_crssync
Expand Down

0 comments on commit 782d2ff

Please sign in to comment.