mdugdale
c1f304fce0
cleanup
2021-04-03 00:46:48 +01:00
mdugdale
c3f276bbaf
cleanup
2021-04-03 00:34:09 +01:00
mdugdale
7820d94f1f
cleanup
2021-04-03 00:32:33 +01:00
mdugdale
a7eda598a7
cache if file exists
2021-04-03 00:27:04 +01:00
mdugdale
04a79f75cd
cache if file exists
2021-04-03 00:26:08 +01:00
mdugdale
9dff739ec4
cache if file exists
2021-04-03 00:23:05 +01:00
mdugdale
aca6153fbe
cache if file exists
2021-04-03 00:22:27 +01:00
mdugdale
b9a64d9926
cleanup
2021-04-03 00:11:34 +01:00
mdugdale
9e232ed4e9
Do not wait for ttl shutdown
2021-04-03 00:06:47 +01:00
mdugdale
272d218fc8
cleanup
2021-04-02 23:40:38 +01:00
mdugdale
11e6e390dc
cleanup
2021-04-02 23:30:47 +01:00
mdugdale
1f82a524d7
format
2021-03-29 01:31:01 +01:00
Frostebite
1a05e2f86b
Merge branch 'main' into aws-ts
2021-03-29 01:19:59 +01:00
mdugdale
39b58eb300
format
2021-03-29 01:05:33 +01:00
mdugdale
ef6594f59f
format
2021-03-29 00:57:35 +01:00
mdugdale
8da174c2a9
format
2021-03-29 00:17:18 +01: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
mdugdale
aa0f813abd
typescript aws
2021-03-28 22:38:29 +01:00
mdugdale
a7818a565e
typescript aws
2021-03-28 21:59:40 +01:00
mdugdale
e6c7fba9e9
typescript aws
2021-03-28 21:55:26 +01:00
mdugdale
47fd2f4da2
typescript aws
2021-03-28 21:42:14 +01:00
mdugdale
00b5a67b1a
typescript aws
2021-03-28 21:32:52 +01:00
mdugdale
405e0265d6
typescript aws
2021-03-27 23:15:55 +00:00
mdugdale
10ffbfe57e
typescript aws
2021-03-27 23:08:53 +00:00
mdugdale
6298965513
typescript aws
2021-03-27 23:06:58 +00:00
mdugdale
a56ed139c2
typescript aws
2021-03-27 22:45:16 +00:00
mdugdale
d398a1e08d
typescript aws
2021-03-27 22:40:54 +00:00
mdugdale
c14c2fe14b
typescript aws
2021-03-27 22:34:09 +00: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
BLaZeKiLL
dc54ae10a5
Merge branch 'main' of https://github.com/webbertakken/unity-builder into fix/unity-alias
2020-10-22 23:51:43 +05:30
BLaZeKiLL
483b784253
default docker repository updated to new docker repository
2020-10-22 18:24:42 +05:30
Kai Biermeier
e6d3daedbe
revert Fix file ownership issues for self-hosted runners. ( #141 ) ( #165 )
2020-10-22 10:20:12 +02:00
Kai Biermeier
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
Forrest Jones
977683cd5f
Add buildVersion as action output ( #144 ) ( #145 )
2020-08-27 02:24:33 +02:00
xanantis
24e9c186fd
Fix file ownership issues for self-hosted runners. ( #141 )
2020-08-22 21:28:57 +02:00
xanantis
3ee15170fd
Use RUNNER_TEMP environment variable instead of a hardcoded path ( #138 )
2020-08-22 17:59:08 +02:00
Benoit Dion
1f8d196ed0
Fix boolean logic ( #129 )
2020-08-10 16:30:06 +02:00
Frostebite
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
dogboydog
ec0cde0c85
avoid double logging of git diff
2020-07-09 13:31:51 +02:00
dogboydog
72ff2983a1
test with short max diff lines
2020-07-09 13:31:51 +02:00