-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
Different build paths for Xcode 8 and 9 #82
Comments
Hi, @Zeotyn thanks for opining an issue. This feature does not exist at the moment. I'm assuming that what you really want is not the Xcode Version but rather the Swift version. Is that correct? Edit: The fastest way I can think of right now is to add a flag similar to what you suggested for all commands. Something like The
|
Sounds great! I meant Swift versions, sorry. Btw. thanks for this fast reply! |
@Zeotyn Please try pre-release https://github.com/blender/Rome/releases/tag/v0.12.0.29 Please report any bugs, if it works as intended I will make a full release. |
The prefix doesn't seem to be consistently applied to the local cache path. It's used for lookup but the downloaded files are not copied to the right location yet:
|
@kaybutter thanks, I'll check. I think it might be just an error in the logs. |
Nope. It actually overwrote the old cache, that's how I noticed. |
@kaybutter Good catch, please try https://github.com/blender/Rome/releases/tag/v0.12.0.30 |
@blender great and very fast thanks!
|
@Zeotyn @kaybutter no problem. I'll test a little more and then make a full release via |
FYI don't use that tag there is one more bug when uploading |
New version is out: get it at https://github.com/blender/Rome/releases/tag/v0.12.0.31 or run |
Hi there,
I'm looking for an option to build and upload different xcode-version builds of the same framework into the same bucket.
This might be possible by storing different buildtypes in subpaths in the same buckets and up-/downloading with a configuration path like:
rome upload --buildpath DEFINED_IN_ROMEFILE
rome download --buildpath DEFINED_IN_ROMEFILE
The buildpath could simply be defined within the romefile.
Does a similar feature already exist?
Cheers
The text was updated successfully, but these errors were encountered: