mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-30 23:23:07 +00:00 
			
		
		
		
	Switch to 32 bit build.
This commit is contained in:
		| @@ -1,7 +1,7 @@ | ||||
| version: build-{build} | ||||
| clone_folder: c:\projects\janet | ||||
| image: | ||||
| - Visual Studio 2017 | ||||
| - Visual Studio 2019 | ||||
| configuration: | ||||
| - Release | ||||
| - Debug | ||||
| @@ -15,7 +15,7 @@ matrix: | ||||
|  | ||||
| # skip unsupported combinations | ||||
| init: | ||||
| - call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat" | ||||
| - call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars32.bat" | ||||
|  | ||||
| install: | ||||
|     - choco install nsis -y -pre | ||||
| @@ -25,7 +25,7 @@ install: | ||||
|     - build_win all | ||||
|     - refreshenv | ||||
|     # We need to reload vcvars after refreshing | ||||
|     - call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat" | ||||
|     - call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars32.bat" | ||||
|     - build_win test-install | ||||
| build: off | ||||
|  | ||||
|   | ||||
| @@ -8,13 +8,15 @@ VIFileVersion "${PRODUCT_VERSION}" | ||||
| !define MULTIUSER_EXECUTIONLEVEL Highest | ||||
| !define MULTIUSER_MUI | ||||
| !define MULTIUSER_INSTALLMODE_COMMANDLINE | ||||
| !define MULTIUSER_USE_PROGRAMFILES64 | ||||
| !define MULTIUSER_INSTALLMODE_DEFAULT_REGISTRY_KEY "Software\Janet\${VERSION}" | ||||
| !define MULTIUSER_INSTALLMODE_DEFAULT_REGISTRY_VALUENAME "" | ||||
| !define MULTIUSER_INSTALLMODE_INSTDIR_REGISTRY_KEY "Software\Janet\${VERSION}" | ||||
| !define MULTIUSER_INSTALLMODE_INSTDIR_REGISTRY_VALUENAME "" | ||||
| !define MULTIUSER_INSTALLMODE_INSTDIR "Janet-${VERSION}" | ||||
|  | ||||
| # For now, use 32 bit folder as build is 32 bit | ||||
| # !define MULTIUSER_USE_PROGRAMFILES64 | ||||
|  | ||||
| # Includes | ||||
| !include "MultiUser.nsh" | ||||
| !include "MUI2.nsh" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Calvin Rose
					Calvin Rose