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

Improvements to automated builds #441

Merged
merged 1 commit into from
Aug 1, 2024
Merged

Improvements to automated builds #441

merged 1 commit into from
Aug 1, 2024

Conversation

iranl
Copy link
Collaborator

@iranl iranl commented Aug 1, 2024

Description:

  • Embed the build date in the binary using Config.h
  • Show build date on Web configurator OTA
  • Automatically number beta and master/nightly builds using Config.h. First beta for each version will be 9.0-beta1, second 9.0-beta2 and 9.0-master1/9.0-master2, auto resets to 1 on new version (e.g. 9.01-beta1)
  • Store (OTA/Webflash) binaries in an orphaned branch called binary instead of in master. Prevents unbridled growth in size and commits of master

PM: Binaries need to be uploaded to master manually one more time after merge to make sure that users that auto-update from current development build get a version with the new URLs

PM2: Remove binaries from master (remove OTA and webflash directories) in a couple of months

Checklist:

  • The pull request is done against the latest master branch
  • Only relevant files were touched
  • Only one feature/fix was added per PR and the code change compiles without warnings
  • The code change is tested and works
  • I accept the CLA.

@iranl iranl added the enhancement New feature or request label Aug 1, 2024
@iranl iranl added this to the 9.00 milestone Aug 1, 2024
@technyon technyon merged commit f57a962 into technyon:master Aug 1, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants