-
Notifications
You must be signed in to change notification settings - Fork 30
UNR-2019: Example Project CI #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
Conversation
…der should not be deleted.
…d once again, setting the default in steps was overwriting the custom values.
…that agent has permissions on.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Co-Authored-By: Patrick Hansell <patrickhansell@hotmail.co.uk>
Co-Authored-By: Patrick Hansell <patrickhansell@hotmail.co.uk>
Co-Authored-By: Patrick Hansell <patrickhansell@hotmail.co.uk>
…ject into feature/ci
…y keep deployments up for 1h
"-MapPaths=`"/Maps/FPS-Start_Small`"" | ||
) | ||
|
||
$core_gdk_schema_path = "$($gdk_home)\SpatialGDK\Extras\schema\*" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These schema copying steps are done within setup.bat/setup.sh. Is there a reason we aren't using that script here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Related ticket: https://improbableio.atlassian.net/browse/UNR-1543
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a comment to fix this in future.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ticket number: GV-29
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, thanks @mironec ! I'll link that.
Description
Basic setup of Example Project CI. Example project gets built using the latest of GDK master or the GDK branch specified when kicking off the build. It builds Editor, generates schema and snapshot, builds Linux worker and Windows Client. If the build is successful, the built out workers get uploaded and a new deployment is launched in
unreal_gdk
project.Note: this PR requires spatialos/UnrealGDK#1360 to be merged in first.