Streamlined Devel & Build Process #18
user2684
started this conversation in
Development
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
[This post has been migrated from the old forum, it was originally sent by user2684 on 2020-11-02 18:06:17]
To fully embrace the DevOps philosophy, the development and building process for eGeoffrey packages has been dramatically simplified and enhanced.
Up to now, eGeoffrey's developers were responsible for building Docker images for multiple CPU architectures. This was error-prone, required computational power and an environment capable of building for both amd64 and arm architectures.
With
egeoffrey-cli
v1.0-36, the CD/CI pipeline is automatically built for you at every commit of your code. Every time you run aegeoffrey-cli commit "<comment>"
this will automatically:In addition, the Developer Portal available at https://developer.egeoffrey.com has been almost completely re-organized and re-written to provide a step-by-step instructions on how to extend eGeoffrey and contribute with custom functionalities, including information on how to configure the automatic building process described above.
Enjoy!
Beta Was this translation helpful? Give feedback.
All reactions