From 43eca778a94e936488dd223a860f9e20f5351d7c Mon Sep 17 00:00:00 2001 From: Tim Caswell Date: Mon, 29 Jun 2015 11:14:25 -0500 Subject: [PATCH] Publish the asm version as default for regular --- Makefile | 2 +- make.bat | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 210f2bf0..b1777ab5 100644 --- a/Makefile +++ b/Makefile @@ -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} diff --git a/make.bat b/make.bat index 04912635..2f03388e 100644 --- a/make.bat +++ b/make.bat @@ -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 @@ -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