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

Appveyor hooks for Unity Cloudbuild #6

Merged
merged 16 commits into from
Apr 3, 2017

Conversation

isiyu
Copy link
Contributor

@isiyu isiyu commented Apr 1, 2017

  • Appveyor builds and pushes a clean sdkpackage (with submodules) to private repo
  • Appveyor decodes and writes token under Assets/StreamingAssets

TODO:

  • attach hooks to trigger Unity Cloud Build

@isiyu isiyu mentioned this pull request Apr 1, 2017
4 tasks
Copy link

@david-rhodes david-rhodes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Working fine. Cloud build side needs love, but this is good for develop.

@david-rhodes david-rhodes merged commit 91eb8ba into develop Apr 3, 2017
@david-rhodes david-rhodes deleted the BergWerkGIS-prepare-for-cloudbuild branch April 3, 2017 17:51
@@ -164,8 +164,6 @@ if (!triggerCloudBuild) {
"git push -f origin CloudBuild"
});
foreach (var cmd in cmds) {
Console.WriteLine("RUNNING COMMAND:");
Console.WriteLine(cmd);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@isiyu for reference, if this is ever needed again:
You can pass showCmd:true to RunCommand()
😄

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

3 participants