Commit Graph

32 Commits (1da3f2efa75f75f3c444e5afd22153ecaf8c8aed)

Author SHA1 Message Date
Frostebite 1da3f2efa7 Fix 2021-12-30 05:01:07 +00:00
Frostebite 56ee75bc70 BUILDID replaced by buildGuid in cloudformation 2021-12-30 01:33:13 +00:00
Frostebite 0c0e0ae9af Description from pre/post/custom build steps 2021-12-30 00:25:32 +00:00
Frostebite 1cfac08875 Adding branch reader and tests 2021-12-29 18:15:23 +00:00
Frostebite 287fc3f8ac command start and end injector 2021-12-29 16:51:04 +00:00
Frostebite f95ef0a122 Read env vars as uppercase with spaces ahead of caps 2021-12-29 16:02:41 +00:00
Frostebite 01bccfcff2 Implement actionYamlReader 2021-12-29 15:15:39 +00:00
Frostebite 4c38ffd178 Prefer map to filter 2021-12-29 14:30:26 +00:00
Frostebite c5d3bc59ff Refactor CLI/cleanup 2021-12-25 20:05:17 +00:00
Frostebite 0077a33392 Refactor CLI/cleanup 2021-12-25 19:35:09 +00:00
Frostebite 92e4c11048 Serialize gitSha 2021-12-25 19:17:05 +00:00
Frostebite 90a669d177 K8s support for test logging 2021-12-24 02:53:25 +00:00
Frostebite 62b4c04614 Setup cloud runner state properly within RemoteClientCli 2021-12-22 01:12:36 +00:00
Frostebite f6a73f1dca AWS integration test pipeline 2021-12-20 19:15:27 +00:00
Frostebite 44a7c1f5b3 Move shell scripts into remote-cli 2021-12-19 22:35:28 +00:00
Frostebite ccfd3cdb2d Move shell scripts into remote-cli 2021-12-19 22:28:07 +00:00
Frostebite 08810c4d51 Further improvement of CLI implementation and error handling 2021-12-19 01:45:55 +00:00
Frostebite 13088351bd CLI merged with main entrypoint 2021-12-13 22:21:26 +00:00
Frostebite e0f08a973c cli 2021-12-06 20:56:40 +00:00
David Finol 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
David Finol 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
Frostebite f2e2a4bc06 Fix action input for customBuildSteps 2021-09-22 20:31:34 +01:00
mdugdale 7034f51d93 Cleanup and custom steps 2021-08-22 00:26:03 +01:00
Frostebite 150c69904b Fix 2021-08-17 22:13:46 +00:00
Frostebite 5a4b54ec05 fix 2021-08-15 20:45:22 +00:00
Frostebite 3f9088309e Recombining base stack input source 2021-08-13 20:59:01 +01:00
Frostebite d1dd5b8ef4 Merge branch 'main' into remote-builder/unified-providers 2021-06-19 22:29:27 +01:00
ivan-hernandez-scopely 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
Frostebite e8a987ea7e Higher default CPU, lower default memory 2021-05-28 19:24:36 +01:00
Gaeel Bradshaw-Rodriguez 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
Frostebite 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
Webber Takken 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