mirror of
https://github.com/zyedidia/micro.git
synced 2025-06-18 14:55:38 -04:00
Cross compile binaries in release scripts
This commit is contained in:
parent
11534a2aeb
commit
bc974e13f0
@ -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" \
|
||||
|
Loading…
Reference in New Issue
Block a user