mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-05 14:40:20 +09:00
Cross compile binaries in release scripts
This commit is contained in:
@@ -17,6 +17,10 @@ hub push origin :refs/tags/nightly
|
||||
git tag -f nightly $commitID
|
||||
hub push --tags
|
||||
|
||||
echo "Cross compiling binaries"
|
||||
./cross-compile.sh $1
|
||||
mv ../binaries .
|
||||
|
||||
echo "Creating new release"
|
||||
hub release create nightly \
|
||||
--prerelease \
|
||||
|
||||
@@ -10,6 +10,10 @@ echo "Creating tag"
|
||||
git tag $tag $commitID
|
||||
hub push --tags
|
||||
|
||||
echo "Cross compiling binaries"
|
||||
./cross-compile.sh $1
|
||||
mv ../binaries .
|
||||
|
||||
NL=$'\n'
|
||||
|
||||
echo "Creating new release"
|
||||
|
||||
@@ -12,6 +12,10 @@ hub push --tags
|
||||
|
||||
NL=$'\n'
|
||||
|
||||
echo "Cross compiling binaries"
|
||||
./cross-compile.sh $1
|
||||
mv ../binaries .
|
||||
|
||||
echo "Creating new release"
|
||||
hub release create $tag \
|
||||
--message "$1${NL}${NL}$2" \
|
||||
|
||||
Reference in New Issue
Block a user