mdugdale
d3e60e05df
cleanup
2021-04-03 13:37:40 +01:00
mdugdale
92cc266557
cleanup
2021-04-03 13:10:56 +01:00
mdugdale
3c692e288f
Merge commit '398eda622fffdac0b8e33e01f21c4c47fe24a955' into aws-ts
2021-04-03 12:13:28 +01:00
mdugdale
f10489a9d0
cleanup
2021-04-03 12:03:11 +01:00
mdugdale
d2571a6c0f
cleanup
2021-04-03 12:01:28 +01:00
Webber Takken
398eda622f
Add Discord link in issues ( #239 )
2021-04-03 12:30:00 +02:00
mdugdale
9969a8522c
cleanup
2021-04-03 02:35:30 +01:00
mdugdale
b4e953ac86
cleanup
2021-04-03 02:34:47 +01:00
mdugdale
0374e9c3f4
cleanup
2021-04-03 02:17:36 +01:00
mdugdale
99fd44f598
cache based on branch name
2021-04-03 02:14:24 +01:00
mdugdale
15f18977f9
corrections to cloud watch url
2021-04-03 02:03:44 +01:00
mdugdale
7d7db54303
corrections to cloud watch url
2021-04-03 01:54:14 +01:00
mdugdale
03de315f8b
corrections to cloud watch url
2021-04-03 01:49:59 +01:00
mdugdale
fcc30349d1
cleanup
2021-04-03 01:46:49 +01:00
mdugdale
c857c1af84
cleanup
2021-04-03 01:43:03 +01:00
mdugdale
a3cf12c7c4
cleanup
2021-04-03 01:32:25 +01:00
mdugdale
26fc8ef82d
for now we will cache to s3 and efs
2021-04-03 01:29:47 +01:00
mdugdale
358d9068cd
better exit code msg
2021-04-03 01:28:18 +01:00
mdugdale
009edbe477
cleanup
2021-04-03 01:20:39 +01:00
mdugdale
7132ada119
cleanup
2021-04-03 01:20:10 +01:00
mdugdale
ad575382e6
cleanup
2021-04-03 01:19:00 +01:00
mdugdale
4590fdecdb
cleanup
2021-04-03 01:16:56 +01:00
mdugdale
cf9cddb2b8
cleanup
2021-04-03 01:15:24 +01:00
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
c7417caf05
include no unity packages in test project
2021-04-03 00:01: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
57ad3fc81d
Merge branch 'aws-ts' of https://github.com/game-ci/unity-builder into aws-ts
2021-04-02 23:17:11 +01:00
mdugdale
e6c8fb83c2
cleanup
2021-04-02 23:17:02 +01:00
Webber Takken
7e632cff17
Merge branch 'main' into aws-ts
2021-04-02 11:14:39 +02:00
dependabot[bot]
8bd212e020
Bump y18n from 4.0.0 to 4.0.1 ( #237 )
...
Bumps [y18n](https://github.com/yargs/y18n ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases )
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md )
- [Commits](https://github.com/yargs/y18n/commits )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Webber Takken <webber@takken.io>
2021-04-02 11:13:37 +02:00
Sakari Bergen
8419046c0f
Fix build script for Unity 2018, by using reflection instead of version defines ( #238 )
2021-04-02 11:11:56 +02:00
mdugdale
1f82a524d7
format
2021-03-29 01:31:01 +01:00
mdugdale
e78445ac7f
format
2021-03-29 01:30:32 +01:00
mdugdale
721d5b71d8
format
2021-03-29 01:23:58 +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
916cd0d9cf
format
2021-03-29 00:21:06 +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