I'd like to upload CI built binaries to nightly
release so that people can download them without log into
GitHub account and find them on CI webpages.

To achieve this I will need to:

create a new branch (git checkout --orphan nightly-release)
add a short README and commit and tag
create "Nightly Release" from this tag
update CI scripts to upload binaries to this release
I do not quite understand. With --orphan you basically create another commit graph inside the fricas git repo that is disconnected from the sources that we normally commit to. Will there only be README files (one per nightly-build) or what do you want in this nightly-release branch?

I somehow would not want to put extra stuff into the source git repo if it is not strictly necessary. Can you explain more.

Ralf

--
You received this message because you are subscribed to the Google Groups "FriCAS - 
computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/34208e88-a70d-f153-df9c-ce5312fbef2f%40hemmecke.org.

Reply via email to