Andrew Kahr
3496edfe47
Fix camelcase for wsaPlayer
2022-01-22 14:31:11 -08:00
Andrew Kahr
18a1268d20
Fix action.test.ts to accept windows as a base platform
2022-01-21 17:54:36 -08:00
Andrew Kahr
c63ab9855a
Merge remote-tracking branch 'upstream/main'
2022-01-21 17:30:22 -08:00
Andrew Kahr
1ce951d194
Remove windows unity test project, add ProjectSettings for the il2cpp backend, and add logic to replace the projectsettings file with the il2cpp one on windows test builds.
2022-01-21 16:53:43 -08:00
dependabot[bot]
018e347c3d
Bump nanoid from 3.1.30 to 3.1.31 ( #322 )
...
Bumps [nanoid](https://github.com/ai/nanoid ) from 3.1.30 to 3.1.31.
- [Release notes](https://github.com/ai/nanoid/releases )
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ai/nanoid/compare/3.1.30...3.1.31 )
---
updated-dependencies:
- dependency-name: nanoid
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-22 01:44:40 +01:00
dependabot[bot]
05e37305c1
Bump shelljs from 0.8.4 to 0.8.5 ( #319 )
...
Bumps [shelljs](https://github.com/shelljs/shelljs ) from 0.8.4 to 0.8.5.
- [Release notes](https://github.com/shelljs/shelljs/releases )
- [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/shelljs/shelljs/compare/v0.8.4...v0.8.5 )
---
updated-dependencies:
- dependency-name: shelljs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-22 01:43:37 +01:00
Andrew Kahr
0277bd3e76
Remove redundant comment
2022-01-21 16:18:58 -08:00
Andrew Kahr
b2edd5fa91
Fix comment style and rename validateWindowsPrereqs to validateWindowsPlatformRequirements
2022-01-21 16:16:43 -08:00
Andrew Kahr
65c2007661
Fix outdated repository and homepage links in dockerfiles
2022-01-21 16:11:01 -08:00
AndrewKahr
5c29e25c04
Update src/model/docker.ts
...
Co-authored-by: Webber Takken <webber.nl@gmail.com>
2022-01-21 13:22:41 -08:00
AndrewKahr
ee8b3266cd
Update src/model/docker.ts
...
Co-authored-by: Webber Takken <webber.nl@gmail.com>
2022-01-21 13:22:22 -08:00
AndrewKahr
df48d46e18
Update src/model/docker.ts
...
Co-authored-by: Webber Takken <webber.nl@gmail.com>
2022-01-21 13:21:51 -08:00
AndrewKahr
c9dc026ec8
Update dist/platforms/windows/steps/return_license.ps1
...
Co-authored-by: Webber Takken <webber.nl@gmail.com>
2022-01-21 13:21:22 -08:00
David Finol
15a02a4b1b
Remove deprecated param from versioning ( #315 )
2022-01-02 19:02:45 -06:00
David Finol
c45cd78d0d
Support version tags that don't start with v for semantic versioning ( #303 )
...
* Fixes #242
* Update semver version
* Update husky
* Update husky pre-commit hook
* Update dependencies
* Update dependencies
* Remove git add since changes will be automatically added
* Restore git add
* Update dependencies
* Update test
2022-01-02 15:31:48 -06:00
Andrew Kahr
52bb48dd5c
Add additional build targets (uwp and tvOS)
...
Adjustments to build scripts to not require win10 sdk when not needed (tvOS)
Platform-based prereq setup
Setup image tags for the new platforms with errors if building on the wrong base os
Rename test-project-il2cpp to test-project-windows to be used for all windows based project building (IL2CPP backend selected instead of mono)
Fix tests to be platform based
2021-12-26 14:05:08 -08:00
Andrew Kahr
9228ae394f
Add build-tests for windows and a unity project configured to output il2cpp
2021-12-18 21:56:27 -08:00
Andrew Kahr
bdd881c127
Add missing newline character
2021-12-18 21:35:17 -08:00
Andrew Kahr
373d987823
Implemented logic for windows based docker builds. Moved dockerfiles and scripts to platform specific folders.
2021-12-18 21:16:35 -08:00
David Finol
a3e783f430
Fix docs link ( #301 )
2021-11-29 00:55:31 +01:00
David Finol
239273ca72
Add androidTargetSdkVersion as an option to update the Android SDK ( #298 )
...
* Add androidTargetSdkVersion as an option to update the Android SDK API level
* Fix build script
* Update default value
* Add JAVA_HOME
* Use Unity_path
* Update src/model/android-versioning.test.ts
Co-authored-by: Webber Takken <webber@takken.io>
* Correct JAVA_HOME
* Use unity_path
* Update JAVA_HOME to use path found from 2020.3
* Dynamically determine JAVA_HOME
* Update path determination
Co-authored-by: Webber Takken <webber@takken.io>
2021-11-24 06:51:52 -06:00
David Finol
11a0d0947e
Improve androidVersionCode parsing and application ( #297 )
2021-11-15 11:12:37 -06:00
David Finol
13fdcad790
Add gitPrivateToken ( #296 )
...
* adding option to pass git credential
* trigger change
* trigger change
* build dist/index
* prettier
* adding set git credentials with more config
* correct docker.ts input
* change default of git credential
* try using git command line to set token
* remove git config cat
* adding api: to git config
* change to token
* change input name to reflect the type github private token
Co-authored-by: Alexander Brandstedt <alexander@infralium.com>
Co-authored-by: Alexander Brandstedt <mad01@users.noreply.github.com>
2021-11-14 16:52:35 -06:00
Michal Miškerník
e97ec82110
Use find instead of glob for changing file permissions ( #293 )
2021-10-22 01:03:21 +02:00
dependabot[bot]
8a836b81c5
Bump ansi-regex from 5.0.0 to 5.0.1 ( #292 )
...
Bumps [ansi-regex](https://github.com/chalk/ansi-regex ) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases )
- [Commits](https://github.com/chalk/ansi-regex/compare/v5.0.0...v5.0.1 )
---
updated-dependencies:
- dependency-name: ansi-regex
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-25 22:41:11 +03:00
dependabot[bot]
1fa70bbbdf
Bump tmpl from 1.0.4 to 1.0.5 ( #291 )
...
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl ) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases )
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5 )
---
updated-dependencies:
- dependency-name: tmpl
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-25 22:38:43 +03:00
Estellise Yukihime
c317d144c3
fix strategy 'Tag' versioning ( #287 )
...
* fix - remove \n in getTag method
* build ts
* recommit
2021-09-06 18:31:24 +02:00
Webber Takken
3ebdb0e678
Run license activation in an empty directory ( #285 )
2021-08-31 01:18:34 +02:00
dependabot[bot]
7d9f968d70
Bump path-parse from 1.0.6 to 1.0.7 ( #282 )
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-11 23:50:32 +02:00
Webber Takken
70081d231f
Indicate how to support us ( #277 )
2021-07-12 19:28:11 +02:00
dependabot[bot]
36364461d5
Bump normalize-url from 4.5.0 to 4.5.1 ( #275 )
...
Bumps [normalize-url](https://github.com/sindresorhus/normalize-url ) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/sindresorhus/normalize-url/releases )
- [Commits](https://github.com/sindresorhus/normalize-url/commits )
---
updated-dependencies:
- dependency-name: normalize-url
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-01 14:15:01 +02:00
David Finol
b66dffbf92
Projectpath error message ( #274 )
...
* Improve error message
* Improve error message
2021-07-01 06:38:44 -05:00
dependabot[bot]
2fc01a1db4
Bump ws from 6.2.1 to 6.2.2 ( #269 )
...
Bumps [ws](https://github.com/websockets/ws ) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/commits )
---
updated-dependencies:
- dependency-name: ws
dependency-type: indirect
...
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-06-06 00:01:42 +02:00
Webber Takken
8c1a159dd0
add default tag for feature request ( #272 )
2021-06-05 23:59:56 +02:00
ivan-hernandez-scopely
497f2f7b5f
Using SSH_AUTH_SOCK (ssh agent forwarding) to pull upm private repos ( #256 )
...
* using SSH_AUTH_SOCK (ssh agent forwarding) to pull upm private repos
* sshAgent as input parameter
* yarn run prettier --write "src/**/*.{js,ts}"
* yarn run lint --fix && yarn build
* fixed compilation after rebase
* removed RUN apt-get update && apt-get install -y openssh-client. This change needs to be done upstream. See game-ci/docker#117
2021-05-28 23:51:10 +02:00
dependabot[bot]
71ca7bdbfc
Bump browserslist from 4.16.4 to 4.16.6 ( #266 )
...
Bumps [browserslist](https://github.com/browserslist/browserslist ) from 4.16.4 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases )
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md )
- [Commits](https://github.com/browserslist/browserslist/compare/4.16.4...4.16.6 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-26 12:19:42 +02:00
Frostebite
c96b8cf443
Remote builder refactoring ( #264 )
...
Remote builder refactoring
2021-05-23 05:08:40 +01:00
Webber Takken
9fff362775
Remove -nographics flag, ensure single -batchmode flag ( #261 )
...
* Remove -nographics flag, ensure -batchmode
* Remove explicit batch mode
* Add libnotify4 and bin for notify-send
* non-interactive frontend
* Move docker changes to base image (docker repo)
2021-05-22 21:07:54 +02:00
Zhou Xinwei
f0e18ea3a5
Fixed addressable build failing on Addressable 1.17.17+ ( #262 )
2021-05-20 17:51:54 +02:00
Webber Takken
947c8b8e20
Fix typo in issue template ( #260 )
2021-05-13 14:03:00 +02: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
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
a1f68ab26c
hotfix - use input parameter instead of env var
2021-05-01 22:26:06 +01:00
Frostebite
e13a9f51e9
hotfix - use input parameter instead of env var
2021-05-01 22:25:10 +01:00
David Finol
7e7938581c
Closes #243 ( #249 )
2021-04-23 17:30:09 -05: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
Webber Takken
398eda622f
Add Discord link in issues ( #239 )
2021-04-03 12:30:00 +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
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