Pengwin icon indicating copy to clipboard operation
Pengwin copied to clipboard

Build Pengwin, including UWP wrapper, end-to-end with CircleCI or Azure Pipelines

Open sirredbeard opened this issue 6 years ago • 5 comments

Circle CI

We are already building packages in CircleCI and they have added Windows support. We could build the entire Pengwin image and UWP wrapper in one place. Only downside would be we have to manually post the .appxbundle. https://circleci.com/docs/2.0/hello-world-windows/

Azure Pipelines

We could do the same end-to-end build there too and even push automatically to the Store, but if we wanted to unify there we would have to re-implement building packages on Azure Pipelines. Not the worst prospect given their GUI tools.

sirredbeard avatar Aug 13 '19 17:08 sirredbeard

Why would you have to manually post the appxbundle. Couldn't you just edit the circleci script to push the appxbundle to github?

imaandrew avatar Aug 14 '19 15:08 imaandrew

Manually posting it on the Microsoft Partner portal, not GitHub, no plans to publish the .appx of Pengwin directly on GitHub.

sirredbeard avatar Aug 14 '19 19:08 sirredbeard

Oh ok, I didn't think about that

imaandrew avatar Aug 15 '19 00:08 imaandrew

We could for Fedora Remix though.

sirredbeard avatar Aug 15 '19 01:08 sirredbeard

First steps done.

https://github.com/WhitewaterFoundry/pengwin-rootfs-builds

sirredbeard avatar Aug 23 '19 21:08 sirredbeard