Skip to content

Commit

Permalink
Publish the asm version as default for regular
Browse files Browse the repository at this point in the history
  • Loading branch information
creationix committed Jun 29, 2015
1 parent 5df4080 commit 43eca77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@ publish-tiny: reset
--file build/luvi --name luvi-tiny-${LUVI_ARCH}

publish-regular: reset
$(MAKE) regular test && \
$(MAKE) regular-asm test && \
github-release upload --user luvit --repo luvi --tag ${LUVI_TAG} \
--file build/luvi --name luvi-regular-${LUVI_ARCH}
4 changes: 2 additions & 2 deletions make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ GOTO :end

:publish-regular
CALL make.bat reset
CALL make.bat regular
CALL make.bat regular-asm
CALL make.bat test
github-release upload --user luvit --repo luvi --tag %LUVI_TAG% --file luvi.exe --name luvi-regular-Windows-amd64.exe
github-release upload --user luvit --repo luvi --tag %LUVI_TAG% --file build\Release\luvi.lib --name luvi-regular-Windows-amd64.lib
Expand All @@ -102,7 +102,7 @@ GOTO :end

:publish-regular32
CALL make.bat reset
CALL make.bat regular32
CALL make.bat regular32-asm
CALL make.bat test
github-release upload --user luvit --repo luvi --tag %LUVI_TAG% --file luvi.exe --name luvi-regular-Windows-ia32.exe
github-release upload --user luvit --repo luvi --tag %LUVI_TAG% --file build\Release\luvi.lib --name luvi-regular-Windows-ia32.lib
Expand Down

0 comments on commit 43eca77

Please sign in to comment.