-
Notifications
You must be signed in to change notification settings - Fork 13
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
FR: setup Nightly build #228
Comments
Yes, I think I'll try to setup a nightly build, also because building all the packages for a new release is currently a manual process where I depend on several computers. |
Believe it or not, I decided to learn C++ with this very old laptop that only has 4GB of RAM. I can't afford compiling from source to access the latest fixes. A Nightly build will really help. I don't want to wait for months to get a new release! |
I'll try to set it up soon. I'm not very familiar with Github Actions and I was being a little lazy because of that. |
Can ecode nightly update itself? Or the update feature is only available on normal releases? |
Update notifications won't happen for the moment unless your nightly is older than a released build, nightly takes the next-release version (currently 0.6.2). It's needed a different versioning for nightly, so not for the moment. As for self-updater is pending for all kind of releases. It's kinda tricky since there are several different distribution types (AppImage, zip/tar.gz, dmg, flatpak, and also in distro/OS repositories). |
You can add the build number or the timestamp (or date time) to the version string. Update: or git revision ( |
Yeah, |
Nightly builds started having a release number version different from the stable releases, this allows to notify if there's a new stable version newer than the nightly build you're using. I decided not to report for new nightly builds given that there's a new one every single day, I prefer to notify about stable releases. |
Like this: https://github.com/AdeptLanguage/Adept/releases/tag/Nightly
Or this: https://github.com/pragtical/pragtical/releases/tag/rolling
Will help people that can't build their own version of
ecode
from latest code: #227The text was updated successfully, but these errors were encountered: