Let catalog produced by CI be hosted publicly #19
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
inm7/inm-icf-utilities#19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Build artifacts can be handled by appveyor: https://www.appveyor.com/docs/packaging-artifacts/
I'm not sure if appveyor cloud storage can act as a server, I think artifacts can only be fetched via API
Option could be to push the built catalog to a
catalogbranch of the inm-icf-utilities repo and then host that via github pages. On merge to main, I would say (i.e. not all PRs)We could make use of publishing releases to: https://www.appveyor.com/docs/deployment/github/
Or just pushing to a specific branch directly: https://www.appveyor.com/docs/how-to/git-push/#conclusion
Another option: deposit build artifacts using appveyor and then use a github action (on merge to main) to fetch that artifact (https://www.appveyor.com/docs/packaging-artifacts/#permalink-to-the-last-successful-build-artifact) and merge it into the
catalogbranch.I think putting it into a github release is not too bad. I did something like this with the Windows installer