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

Allow 'lack of build target' #620

Open
Lordfirespeed opened this issue Jan 7, 2024 · 2 comments
Open

Allow 'lack of build target' #620

Lordfirespeed opened this issue Jan 7, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@Lordfirespeed
Copy link

Context

A project I contribute to is in quite a unique position - it needs to reference UnityEditor assemblies (and some unity package assemblies), and then be built outside of unity.
To this end, we use the unity-builder action to get access to the necessary assemblies from GitHub actions.
It's a bit frustrating that we have to choose a 'target platform' when we actually don't want to build anything at all.

All we need to do is open a project (to restore packages), copy some files, and close the project again.

Suggested solution

Provide a 'none' build target that uses the base docker images.

@Lordfirespeed Lordfirespeed added the enhancement New feature or request label Jan 7, 2024
@davidmfinol
Copy link
Member

For your use case, maybe using the unity-test-runner with 0 tests would make more sense?

@Lordfirespeed
Copy link
Author

you know, that's quite the idea. 😅🤣

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants