Replies: 1 comment 2 replies
-
Tests on branches to make sure that they don't break things is a good practice. Cawbird has always been a bit… sparse on its tests! It's very rare I run them. But we should. I've got far more comprehensive tests on some of my other projects. Building Does the package need to be uploaded anywhere? Can we just keep the latest one on GitHub and manually download and install? Or does Flatpak not work that way? With the OAuth key, I've used GitHub Secrets to hold the value and then you can use |
Beta Was this translation helpful? Give feedback.
-
I'm thinking about adding GitHub Actions to automatically build and test the code on this repository.
So far, I would want to add the following action:
Since you can (as of now) disable certain platforms, we will need to check that it still compiles when a platform is disabled, where automatic builds could support us quite a lot.
Thanks to the Flatpak Builder Action, this should be doable.
There are a few things to discuss though:
sed
? Or we just include the key in the flatpak manifest.Beta Was this translation helpful? Give feedback.
All reactions