Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unity Build Cleanup #128

Merged
merged 4 commits into from
Mar 17, 2023
Merged

Unity Build Cleanup #128

merged 4 commits into from
Mar 17, 2023

Conversation

UnityAlex
Copy link
Collaborator

@UnityAlex UnityAlex commented Mar 15, 2023

This change will remove the need for the following scrips:

  • .yamato/scripts/test_linux.sh
  • .yamato/scripts/test_osx.sh
  • .yamato/scripts/test_windows.cmd
  • .yamato/scripts/build_linux.sh
  • .yamato/scripts/build_osx.sh
  • .yamato/scripts/build_windows.cmd

They are replaced with:

  • .yamato/scripts/build_yamato.cmd
  • .yamato/scripts/build_yamato.sh

All of the build logic has been moved into unity/CITools/BuildDriver to have a single source of truth.

@UnityAlex UnityAlex force-pushed the build-cleanup branch 2 times, most recently from f61c8c8 to 431a211 Compare March 16, 2023 15:35
Use local 7z when not running on yamato
Need to pass special flag to ensure our args are only passed to the build script.
@UnityAlex UnityAlex changed the title Initial commit for build work Unity Build Cleanup Mar 16, 2023
@UnityAlex UnityAlex force-pushed the build-cleanup branch 3 times, most recently from 8daaa9e to 727524a Compare March 16, 2023 21:42
Removing / updating TODO's after investigation.
@UnityAlex UnityAlex merged commit add045c into unity-main Mar 17, 2023
@UnityAlex UnityAlex deleted the build-cleanup branch March 17, 2023 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants