nuttyartist / notes

Fast and beautiful note-taking app written in C++. Write down your thoughts.
https://www.get-notes.com
Mozilla Public License 2.0
3.6k stars 316 forks source link

Use docker images for debian CI/CD #661

Closed zjeffer closed 6 months ago

zjeffer commented 6 months ago

I optimized the CI/CD for debian packages by creating Docker images with qt packages preinstalled. Further optimization is probably possible, and we can do the same thing for the other OSes (maybe in a different PR).

nuttyartist commented 6 months ago

Awesome, @zjeffer. Thanks!