Frostebite
f304f427e4
Update github check with aws log
2022-12-10 00:00:00 +00:00
Frostebite
1490be2bd7
disable lz4 compression by default
2022-12-09 23:36:56 +00:00
Frostebite
57f3aab564
disable lz4 compression by default
2022-12-09 23:08:49 +00:00
Frostebite
e98fb01bb1
AWS BASE STACK for tests
2022-12-09 22:43:07 +00:00
Frostebite
8f7cb18d5d
AWS BASE STACK for tests
2022-12-09 22:41:06 +00:00
Frostebite
aa7cb2a59b
AWS BASE STACK for tests
2022-12-09 22:33:09 +00:00
Frostebite
d9ef43701e
AWS BASE STACK for tests
2022-12-09 22:10:13 +00:00
Frostebite
514a706376
AWS BASE STACK for tests
2022-12-09 22:07:28 +00:00
Frostebite
08cfef6039
AWS BASE STACK for tests
2022-12-09 22:02:57 +00:00
Frostebite
81c875272b
disable lz4 compression by default
2022-12-09 21:58:46 +00:00
Frostebite
6339c854bd
disable lz4 compression by default
2022-12-09 21:42:36 +00:00
Frostebite
78a1e42e0a
cleanup logging
2022-12-09 20:27:58 +00:00
Frostebite
639a300112
async workflow test for aws only
2022-12-06 02:49:50 +00:00
Frostebite
2c14627097
async workflow test for aws only
2022-12-06 02:20:13 +00:00
Frostebite
51506c94c8
async workflow test for aws only
2022-12-06 01:42:46 +00:00
Frostebite
f86ecab4d7
async workflow test for aws only
2022-12-06 01:27:29 +00:00
Frostebite
b59e017b54
async workflow test
2022-12-06 01:19:45 +00:00
Frostebite
376625a8bd
async workflow test
2022-12-06 01:02:09 +00:00
Frostebite
71aa243630
async workflow test
2022-12-06 00:57:15 +00:00
Frostebite
3abab4d819
async workflow test
2022-12-06 00:55:50 +00:00
Frostebite
4cc1fa72a2
async workflow test
2022-12-06 00:49:48 +00:00
Frostebite
b09cf1f846
async workflow test
2022-12-06 00:40:41 +00:00
Frostebite
2f36b29ba6
async workflow test
2022-12-06 00:32:17 +00:00
Frostebite
83fb0b89da
move github checks within build workflow
2022-12-06 00:24:08 +00:00
Frostebite
c6bdec539c
test checks
2022-12-06 00:07:26 +00:00
Frostebite
cf3b8f127e
test checks
2022-12-05 23:56:13 +00:00
Frostebite
3f2ccc00e8
test checks
2022-12-05 23:47:15 +00:00
Frostebite
2374bf273a
continue building async-workflow support
2022-12-05 21:22:40 +00:00
Frostebite
1d17f03b7a
fix
2022-12-02 03:32:41 +00:00
Frostebite
0724b5fd72
fix
2022-12-02 03:30:28 +00:00
Frostebite
2acf1b61c3
fix
2022-12-02 03:16:56 +00:00
Frostebite
d6b318587a
add 3 new premade steps, steam-deploy-client, steam-deploy-project, aws-s3-pull-build
2022-11-21 23:13:13 +00:00
Frostebite
1ea39a395c
custom steps may leave value undefined, will be pulled from env vars
2022-11-19 03:49:57 +00:00
Frostebite
37fbf7b8ae
custom steps may leave value undefined, will be pulled from env vars
2022-11-18 23:30:44 +00:00
Frostebite
3d0a8417bb
custom steps may leave value undefined, will be pulled from env vars
2022-11-18 23:17:01 +00:00
Frostebite
2a32a9d870
Fix: retained workspaces must fetch before resetting to needed commit ( #476 )
2022-11-18 20:43:52 +00:00
Frostebite
d6ac850da1
Fix "large package handling" to redirect to shared folder ( #473 )
2022-11-17 18:59:33 +00:00
Frostebite
f300dd27bb
Add Cloud Runner Pipeline to Main ( #472 )
...
* fix: k8s error handling
(cherry picked from commit f633a3efb42432a6d2492712aead865a950c8dca)
* include main in main cloud-runner pipeline
(cherry picked from commit a40fbe941bba1ba4593c83c754b37363a969bfe5)
2022-11-08 09:37:16 +00:00
Frostebite
4cca069ebb
Cloud Runner Develop - 1.0 R.C 1 ( #437 )
...
Release Candidate changeset 1 - For 1.0 Cloud Runner
2022-11-07 20:41:00 +00:00
Eric Roy
96555a0945
Fix powershell quotation issue, when CUSTOM_PARAMETERS contains spaces ( #470 )
2022-10-31 11:12:56 +01:00
simensan
4cb3e593f5
Feature/support for unity licensing server linux ( #468 )
...
* Initial support for adding a UNITY_LICENSING_SERVER parameter to build parameters
* Test to figure out what the working directory is of current bash script
* Outputting current directory and using $ACTION_FOLDER
* Add resources folder to mounted docker volumes. Used by activation script to copy over template file for unity licensing server
* use awk instead of sed due to http characters breaking syntax
* mkdir for unity config
* Add -p flag to mkdir so parents are also created if missing
* Initial work on returning floating license when using licensing server
* Checking licensing server first for now, since serial is always set
* Parse and save acquired floating license for use for returning after build
* Clean up duplicate commands in activate.sh
* Fixed running string as command, use it as input instead
* Fixed cloud runner tests failing when using a ssh remote.
* Clean up of test files and unnecessary logging
* Moved process of generating services-config.json file from platform specific activate scripts to typescript
* Fixed path
2022-10-22 18:55:58 +02:00
Colt
9f79830454
Fix: builds for Unity versions less than 2019 fail ( #467 )
2022-10-15 20:52:15 +02:00
Paul Pacheco
f054aaa35d
use node 16 ( #465 )
...
node12 actions are deprecated.
See documentation here:
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
Currently, the unity builder action gives me the following warning:
```
Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ . Please update the following actions to use Node.js 16: game-ci/unity-test-runner, game-ci/unity-builder
```
Co-authored-by: Webber Takken <webber@takken.io>
2022-10-13 23:35:23 +02:00
Paul Pacheco
0756841374
update actions core to 1.10.0 ( #466 )
...
* update actions core to 1.10.0
The current version of actions/core produces a lot of warning about deprecated set-output command, like this:
```
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
```
the new version of actions/core uses the environment files instead, so this version bump should fix the warning
* reran yarn
2022-10-13 23:18:30 +02:00
dependabot[bot]
579daa93a6
Bump jose from 1.28.1 to 1.28.2 ( #435 )
...
Bumps [jose](https://github.com/panva/jose ) from 1.28.1 to 1.28.2.
- [Release notes](https://github.com/panva/jose/releases )
- [Changelog](https://github.com/panva/jose/blob/v1.28.2/CHANGELOG.md )
- [Commits](https://github.com/panva/jose/compare/v1.28.1...v1.28.2 )
---
updated-dependencies:
- dependency-name: jose
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
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>
2022-09-17 16:46:22 +02:00
Shane Engelman
1adfabf512
Pass Android parameters for Windows builds, fixes #434 ( #436 )
...
https://github.com/game-ci/unity-builder/issues/434 will show that no Windows builds are currently capable of sending `androidVersionCode` or any other Android parameters. This can be fixed very simply by adjusting the build script to pass these parameters. Compare the following two files:
- cdee7d1d9a/dist/platforms/windows/build.ps1 (L112)
- cdee7d1d9a/dist/platforms/ubuntu/steps/build.sh (L138)
It's clear that the current Windows build script is omitting certain parameters. This will resolve that issue (linked in commit message header).
2022-09-16 15:12:28 -05:00
Webber Takken
cdee7d1d9a
Update FUNDING.yml ( #431 )
2022-09-06 16:54:29 +02:00
Webber Takken
fb633660a4
chore: add game-ci github sponsoring option ( #429 )
2022-08-29 23:49:54 +02:00
dependabot[bot]
c15f955669
Bump @actions/core from 1.6.0 to 1.9.1 ( #426 )
...
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core ) from 1.6.0 to 1.9.1.
- [Release notes](https://github.com/actions/toolkit/releases )
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core )
---
updated-dependencies:
- dependency-name: "@actions/core"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-19 23:28:41 +02:00
David Finol
2684be2dee
Fix androidTargetSdkVersion ( #425 )
...
* Fix androidTargetSdkVersion
Fix for newer versions of Android API levels that do not get correctly parsed.
* Update dist/default-build-script/Assets/Editor/UnityBuilderAction/Input/AndroidSettings.cs
2022-08-11 07:35:01 -05:00