Frostebite
83596d67c2
unique task def per job
2021-02-07 02:08:17 +00:00
Frostebite
f3911a785e
unique task def per job
2021-02-07 00:58:11 +00:00
Frostebite
db0096619c
unique task def per job
2021-02-07 00:45:33 +00:00
Frostebite
17455cc5ea
unique task def per job
2021-02-07 00:43:46 +00:00
Frostebite
b64816eed9
unique task def per job
2021-02-07 00:37:34 +00:00
Frostebite
eb1d5c995d
try/catch aws logging errors
2021-02-05 23:49:14 +00:00
Frostebite
cbb6a9c8b8
try/catch aws logging errors
2021-02-05 23:44:56 +00:00
Frostebite
4bdad18f86
Using region from aws configuration
2021-02-05 23:38:13 +00:00
Frostebite
5bf4de18ce
Git clone task
2021-02-05 23:33:28 +00:00
Frostebite
8cf32b1638
Configuring stack region
2021-02-05 23:31:10 +00:00
Frostebite
06dac18b35
Cleanup aws logging
2021-02-05 23:24:01 +00:00
Frostebite
0c952a745e
AWS log hose
2021-02-05 23:14:45 +00:00
Frostebite
45f9a907ae
Git clone job
2021-01-31 22:11:13 +00:00
Frostebite
120bedc37b
starting ws logger and logging task description
2021-01-31 21:54:12 +00:00
Frostebite
99cebf2d68
starting ws logger and logging task description
2021-01-31 21:53:23 +00:00
Frostebite
dfb0e56cec
starting ws logger and logging task description
2021-01-31 21:30:57 +00:00
Frostebite
9271602943
starting ws logger and logging task description
2021-01-31 21:25:04 +00:00
Frostebite
171c38cf30
starting ws logger and logging task description
2021-01-31 21:19:08 +00:00
Frostebite
0670b94615
starting ws logger and logging task description
2021-01-31 21:13:43 +00:00
Frostebite
dd8e3854cd
starting ws logger and logging task description
2021-01-31 21:10:50 +00:00
Frostebite
b4fa730180
Longer poll time for aws logs
2021-01-31 20:45:40 +00:00
Frostebite
8d0b01d5d3
Alphanumeric image name for stack
2021-01-31 20:43:20 +00:00
Frostebite
55d9b343b6
Alphanumeric image name for stack name
2021-01-31 20:30:46 +00:00
Frostebite
39955181dc
add task definition cloud formation file
2021-01-31 20:22:36 +00:00
Frostebite
3a03d6908c
Configure AWS with action
2021-01-31 20:18:45 +00:00
Frostebite
9d750597a3
AccessKeyId and SecretAccessKey param for aws
2021-01-31 20:14:20 +00:00
Frostebite
4518ecd122
import space
2021-01-31 20:03:11 +00:00
Frostebite
46e52475bb
Update input.js
2021-01-31 19:47:42 +00:00
Frostebite
e441431b5e
AWS initial commit
2021-01-31 19:22:28 +00: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
dogboydog
fdf71758a9
use System.run for logging Git diff
2020-07-09 13:31:51 +02:00
dogboydog
91ec427695
make logging of git diff unconditional, remove parameter
2020-07-09 13:31:51 +02:00
dogboydog
6fb8550919
increase code coverage with versioning.test.js
2020-07-09 13:31:51 +02:00