Frostebite
320a33fa5c
Overwrite files when unzipping + correction to secret names
2021-05-21 23:43:20 +01:00
Frostebite
13aa04b7eb
Refactor (extract remote-builder steps into methods)
2021-05-21 23:32:06 +01:00
Frostebite
98acf5c011
run steam deployment
2021-05-21 23:14:46 +01:00
Frostebite
ec48ac196a
final refactoring and logging improvements
2021-05-21 23:04:55 +01:00
Frostebite
0bc0d480de
append secrets array with ... correctly
2021-05-21 22:40:01 +01:00
Frostebite
dbde19bf94
log secrets we add
2021-05-21 22:31:58 +01:00
Frostebite
7e7c927e8f
log secrets we add (by name)
2021-05-21 22:24:03 +01:00
Frostebite
2d86865cb6
remove trailing new lines
2021-05-20 21:38:58 +01:00
Frostebite
43a37a0daf
remove trailing new lines
2021-05-20 21:31:48 +01:00
Frostebite
ce9785fbff
skip new lines in templating
2021-05-20 21:26:24 +01:00
Frostebite
83cf6e47dd
log cloud formation events and resources on failure
2021-05-20 21:07:48 +01:00
Frostebite
e4ad96ef79
log cloud formation
2021-05-20 20:31:32 +01:00
Frostebite
df9bcbb328
always force alphanumeric characters for cloud formation
2021-05-16 01:22:18 +01:00
Webber Takken
a5de621fe2
Ensure proper read permissions and cleanup build.sh ( #259 )
...
* Add linux read permissions and cleanup build.sh
* More verbose dirty branch
* Simplify added verbosity
2021-05-10 01:08:53 +02:00
Frostebite
c4b2d441c5
cleanup printing cloud formation yaml
2021-05-02 04:52:21 +01:00
Frostebite
e3fb2e55b2
refactoring remote builder
2021-05-02 04:47:33 +01:00
Frostebite
887594df73
refactoring remote builder
2021-05-02 04:45:39 +01:00
Frostebite
b682e2140f
refactoring remote builder
2021-05-02 04:40:15 +01:00
Frostebite
74fd1858cb
refactoring remote builder
2021-05-02 04:37:07 +01:00
Frostebite
2de81f39e5
refactoring remote builder
2021-05-02 04:34:52 +01:00
Frostebite
2002cc71f9
refactoring remote builder
2021-05-02 04:30:04 +01:00
Frostebite
e9a85b886f
refactoring remote builder
2021-05-02 04:21:33 +01:00
Frostebite
0777907008
refactoring remote builder
2021-05-02 04:14:04 +01:00
Frostebite
610e21cfed
delete environment variable from parameters after templating
2021-05-02 03:14:05 +01:00
Frostebite
fe9c64c839
renaming
2021-05-02 03:10:43 +01:00
Frostebite
47ea0142c5
correct spacing
2021-05-02 02:45:28 +01:00
Frostebite
c944744072
correct spacing
2021-05-02 02:43:58 +01:00
Frostebite
8972450dec
correct spacing
2021-05-02 02:41:33 +01:00
Frostebite
5b8b8d8334
insert secrets dynamically, expect uniqueness to fail
2021-05-02 02:38:58 +01:00
Frostebite
b379560f74
insert secrets dynamically, expect uniqueness to fail
2021-05-02 02:31:38 +01:00
Frostebite
d4099caeff
insert secrets dynamically, expect uniqueness to fail
2021-05-02 02:28:58 +01:00
Frostebite
97d1a5bb54
insert test template into cloud formation at all 3 template positions and log
2021-05-02 02:14:43 +01:00
Frostebite
89a0db42cc
insert test template into cloud formation at all 3 template positions and log
2021-05-02 02:11:23 +01:00
Frostebite
4ac7f91e71
insert test template into cloud formation at all 3 template positions and log
2021-05-02 02:08:51 +01:00
Frostebite
fc7d03d0d6
insert test template into cloud formation
2021-05-02 02:02:14 +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
e13a9f51e9
hotfix - use input parameter instead of env var
2021-05-01 22:25:10 +01: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
Markus
4d0b6e6db1
Pass on USYM_UPLOAD_AUTH_TOKEN if defined ( #234 )
...
To automatically upload symbols to unity, we need to define the `USYM_UPLOAD_AUTH_TOKEN` variable. Currently the build container ignores this variable, even if it's defined in the github action.
```
2021-03-26T02:35:35.5938747Z time="2021-03-26T02:35:35Z" level=fatal msg="Please provide an auth token with USYM_UPLOAD_AUTH_TOKEN environment variable"
```
2021-03-28 17:06:22 -05: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
David Finol
414307a791
Add newline to isShallow output ( #216 )
...
* Add newline to isShallow output
2021-02-13 01:40:19 -06:00
David Finol
faefe2f8d7
Only fetch if the repo is shallow (to avoid unnecessary errors) ( #215 )
...
* Only fetch if the repo is shallow (to avoid unnecessary errors)
* Update src/model/versioning.test.js
2021-02-12 23:22:23 -06:00
Cris Feo
555660c904
Clf support upm ssh keys ( #211 )
...
* make source changes
* compile index.js
2021-02-03 17:39:52 +01:00
David Finol
05b7ccdc04
Remove debug from versioning ( #206 )
...
Would like to remove this debug option, as I don't like how it generates many unnecessary warnings, and I don't think it provides any value.
2021-01-26 12:54:07 -06:00
Kai Biermeier
56b9864426
allow versions with -alpha,-rc,-rc.0 .... + don't fail build on version cannot be determined ( #196 )
...
Closes #163
2021-01-12 14:50:52 +01:00
David Finol
32acb22fec
Default unityVersion to auto to use ProjectSettings/ProjectVersion.txt ( #162 ) ( #188 )
2020-12-28 23:36:31 -06:00
David Finol
9707ad7ad5
Convert version major and minor to numbers ( #180 )
...
* Convert version major and minor to numbers
* fix linting error
Co-authored-by: Webber Takken <webber@takken.io>
2020-11-18 00:51:10 +01:00
Webber Takken
8eeb848483
add il2cpp support for linux from 2019.3 ( #177 )
2020-11-14 00:57:44 +01:00
BLaZeKiLL
72ab50499d
linux platform added
2020-10-24 13:09:01 +05:30
BLaZeKiLL
9269fba307
image tags updated
2020-10-24 12:13:29 +05:30