73149fb464 
								
							
								 
							
						 
						
							
							
								
								Correct test and implement dependency health check and start  
							
							
							
						 
						
							2022-03-14 23:14:38 +00:00  
				
					
						
							
							
								 
						
							
							
								8f516da4da 
								
							
								 
							
						 
						
							
							
								
								cache test and action description for kuber storage class  
							
							
							
						 
						
							2022-03-14 22:56:09 +00:00  
				
					
						
							
							
								 
						
							
							
								9d3eb62591 
								
							
								 
							
						 
						
							
							
								
								Apply k8s files for rook  
							
							
							
						 
						
							2022-03-13 23:46:00 +00:00  
				
					
						
							
							
								 
						
							
							
								fdd85b0718 
								
									
								
							
								 
							
						 
						
							
							
								
								Update action.yml  
							
							
							
						 
						
							2022-03-13 23:35:04 +00:00  
				
					
						
							
							
								 
						
							
							
								dcfc6e50c5 
								
									
								
							
								 
							
						 
						
							
							
								
								Update action.yml  
							
							
							
						 
						
							2022-03-07 01:01:24 +00:00  
				
					
						
							
							
								 
						
							
							
								1df81edc9c 
								
									
								
							
								 
							
						 
						
							
							
								
								Update action.yml  
							
							
							
						 
						
							2022-03-07 00:56:22 +00:00  
				
					
						
							
							
								 
						
							
							
								b94200d3d4 
								
									
								
							
								 
							
						 
						
							
							
								
								Sync docs2 ( #341 )  
							
							... 
							
							
							
							* Run build
* Sync docs 
							
						 
						
							2022-02-21 13:19:28 -06:00  
				
					
						
							
							
								 
						
							
							
								03ae77dc7c 
								
									
								
							
								 
							
						 
						
							
							
								
								Cloud Runner v2 ( #310 )  
							
							
							
						 
						
							2022-02-01 02:31:20 +00:00  
				
					
						
							
							
								 
						
							
							
								239273ca72 
								
									
								
							
								 
							
						 
						
							
							
								
								Add androidTargetSdkVersion as an option to update the Android SDK ( #298 )  
							
							... 
							
							
							
							* Add androidTargetSdkVersion as an option to update the Android SDK API level
* Fix build script
* Update default value
* Add JAVA_HOME
* Use Unity_path
* Update src/model/android-versioning.test.ts
Co-authored-by: Webber Takken <webber@takken.io>
* Correct JAVA_HOME
* Use unity_path
* Update JAVA_HOME to use path found from 2020.3
* Dynamically determine JAVA_HOME
* Update path determination
Co-authored-by: Webber Takken <webber@takken.io> 
							
						 
						
							2021-11-24 06:51:52 -06:00  
				
					
						
							
							
								 
						
							
							
								13fdcad790 
								
									
								
							
								 
							
						 
						
							
							
								
								Add gitPrivateToken ( #296 )  
							
							... 
							
							
							
							* adding option to pass git credential
* trigger change
* trigger change
* build dist/index
* prettier
* adding set git credentials with more config
* correct docker.ts input
* change default of git credential
* try using git command line to set token
* remove git config cat
* adding api: to git config
* change to token
* change input name to reflect the type github private token
Co-authored-by: Alexander Brandstedt <alexander@infralium.com>
Co-authored-by: Alexander Brandstedt <mad01@users.noreply.github.com> 
							
						 
						
							2021-11-14 16:52:35 -06:00  
				
					
						
							
							
								 
						
							
							
								497f2f7b5f 
								
									
								
							
								 
							
						 
						
							
							
								
								Using SSH_AUTH_SOCK (ssh agent forwarding) to pull upm private repos ( #256 )  
							
							... 
							
							
							
							* using SSH_AUTH_SOCK (ssh agent forwarding) to pull upm private repos
* sshAgent as input parameter
* yarn run prettier --write "src/**/*.{js,ts}"
* yarn run lint --fix && yarn build
* fixed compilation after rebase
* removed RUN apt-get update && apt-get install -y openssh-client. This change needs to be done upstream. See game-ci/docker#117  
							
						 
						
							2021-05-28 23:51:10 +02:00  
				
					
						
							
							
								 
						
							
							
								e31af20466 
								
									
								
							
								 
							
						 
						
							
							
								
								Chown files to a custom user after building (fix file ownership) ( #250 )  
							
							... 
							
							
							
							* Chown files to a custom user after building
* Better describe `chownFilesTo` input
As suggested by @webbertakken: https://github.com/game-ci/unity-builder/pull/250#discussion_r624575666 
Co-authored-by: Webber Takken <webber@takken.io>
* Simplify chown step in `build.sh`
Co-authored-by: Webber Takken <webber@takken.io>
Co-authored-by: Webber Takken <webber@takken.io> 
							
						 
						
							2021-05-02 01:23:15 +02:00  
				
					
						
							
							
								 
						
							
							
								501c67e40c 
								
									
								
							
								 
							
						 
						
							
							
								
								Implement AWS Fargate support [Large build support] ( #246 )  
							
							... 
							
							
							
							* Implement AWS Fargate support
* Update aws-tests workflow to include aws-ts-clean
* support remoteBuildCpu and remoteBuildContainer parameters for aws
* Syntax fix
* remove package-lock add yarn.lock
* yarn lock
* if: github.event.pull_request.draft == false
Co-authored-by: mdugdale <mark.dugdale@bossastudios.com> 
							
						 
						
							2021-04-20 22:46:37 +02:00  
				
					
						
							
							
								 
						
							
							
								4fde4e47b6 
								
									
								
							
								 
							
						 
						
							
							
								
								Refactor action to typescript ( #226 )  
							
							... 
							
							
							
							* Refactor to typescript (config part)
* Refactor to typescript (convert extensions, minor fixes)
* Refactor to typescript (move from `action` to `dist`)
* Re-enable integrity-check for dist index.js
* Fix all tests and lints
* fix parsing major versions
* Test patch level to be digits only
* debug
* debug
* uncache
* manual compile
* debug
* debug
* Debug
* Build lib - doh
* remove diff check
* Make kubernetes workflow manual
* Properly generate 3 digit for simple major tags
* Remove ts-ignore
* re-enable cache 
							
						 
						
							2021-03-14 00:44:01 +01:00  
				
					
						
							
							
								 
						
							
							
								32acb22fec 
								
									
								
							
								 
							
						 
						
							
							
								
								Default unityVersion to auto to use ProjectSettings/ProjectVersion.txt ( #162 ) ( #188 )  
							
							
							
						 
						
							2020-12-28 23:36:31 -06:00  
				
					
						
							
							
								 
						
							
							
								6a53a9e853 
								
									
								
							
								 
							
						 
						
							
							
								
								Solution proposal to Issue Add `customImage` parameter  #150  ( #151 )  
							
							... 
							
							
							
							* add customImage attribute
* add one more test for input passing && check for customImage == '' 
							
						 
						
							2020-09-18 18:41:31 +02:00  
				
					
						
							
							
								 
						
							
							
								977683cd5f 
								
									
								
							
								 
							
						 
						
							
							
								
								Add buildVersion as action output ( #144 ) ( #145 )  
							
							
							
						 
						
							2020-08-27 02:24:33 +02:00  
				
					
						
							
							
								 
						
							
							
								1f8d196ed0 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix boolean logic ( #129 )  
							
							
							
						 
						
							2020-08-10 16:30:06 +02:00  
				
					
						
							
							
								 
						
							
							
								21634107c1 
								
									
								
							
								 
							
						 
						
							
							
								
								K8s Feature ( #124 )  
							
							... 
							
							
							
							Adds the ability to use a kubernetes container to run builds that are too large for the local machine running the unity-builder. Logs are streamed back during the build. Build results can then be downloaded separately. 
							
						 
						
							2020-08-09 20:27:47 +01:00  
				
					
						
							
							
								 
						
							
							
								91ec427695 
								
							
								 
							
						 
						
							
							
								
								make logging of git diff unconditional, remove parameter  
							
							
							
						 
						
							2020-07-09 13:31:51 +02:00  
				
					
						
							
							
								 
						
							
							
								cb913cd286 
								
							
								 
							
						 
						
							
							
								
								Initial implementation of logDiffIfDirty  
							
							
							
						 
						
							2020-07-09 13:31:51 +02:00  
				
					
						
							
							
								 
						
							
							
								6ece6447b2 
								
							
								 
							
						 
						
							
							
								
								Add Android Build Settings  
							
							
							
						 
						
							2020-07-06 11:53:40 +02:00  
				
					
						
							
							
								 
						
							
							
								3523c6a934 
								
							
								 
							
						 
						
							
							
								
								Document additional action inputs  
							
							... 
							
							
							
							This helps avoid warnings when using previously undocumented inputs 
							
						 
						
							2020-06-25 18:14:32 +02:00  
				
					
						
							
							
								 
						
							
							
								bdc3a88d22 
								
							
								 
							
						 
						
							
							
								
								Add input to set version code  
							
							... 
							
							
							
							Use action input `androidVersionCode` when provided. Generate the androidVersionCode from the version otherwise. 
							
						 
						
							2020-06-25 00:33:25 +02:00  
				
					
						
							
							
								 
						
							
							
								f3a984165e 
								
							
								 
							
						 
						
							
							
								
								Rename builder folder to action folder (unity actions convention)  
							
							
							
						 
						
							2020-02-01 20:43:49 +01:00  
				
					
						
							
							
								 
						
							
							
								2ef785ceac 
								
							
								 
							
						 
						
							
							
								
								Abstract away steps and remove output variables  
							
							
							
						 
						
							2020-01-11 01:06:22 +01:00  
				
					
						
							
							
								 
						
							
							
								2166833f11 
								
							
								 
							
						 
						
							
							
								
								Create builder folder for docker + bootstrap combo  
							
							
							
						 
						
							2020-01-11 01:06:22 +01:00  
				
					
						
							
							
								 
						
							
							
								7c90cddd43 
								
							
								 
							
						 
						
							
							
								
								Cleanup  
							
							
							
						 
						
							2019-12-22 22:43:47 +01:00  
				
					
						
							
							
								 
						
							
							
								0bb0dbd7be 
								
							
								 
							
						 
						
							
							
								
								Package to dist folder using @zeit/ncc  
							
							
							
						 
						
							2019-12-22 22:43:47 +01:00  
				
					
						
							
							
								 
						
							
							
								69c4feba8f 
								
							
								 
							
						 
						
							
							
								
								Add javascript platform  
							
							
							
						 
						
							2019-12-22 22:43:47 +01:00  
				
					
						
							
							
								 
						
							
							
								9a21280b09 
								
							
								 
							
						 
						
							
							
								
								Change workflow and variables to allow multiple build jobs  
							
							
							
						 
						
							2019-12-22 22:43:47 +01:00  
				
					
						
							
							
								 
						
							
							
								2d6639c0cc 
								
							
								 
							
						 
						
							
							
								
								Initial take at the build job  
							
							
							
						 
						
							2019-12-01 01:33:01 +01:00