philseeley / boatinstrument

Boat Instrument
GNU General Public License v3.0
12 stars 1 forks source link

CircleCi builds #4

Open mgrouch opened 3 months ago

mgrouch commented 3 months ago

CircleCi builds

linux arm64, amd64 flutter-pi arm32, arm64

philseeley commented 3 weeks ago

Hi @mgrouch,

I've looked at the CircleCI build process and managed to get it to do what I need.

As the CI is for packaging rather than testing I didn't want it to trigger packaging on every commit. I tried to get it to only trigger on a separate "release" branch, but couldn't get it to work as I wanted.

So I've separated out the CI config from the main repo into the "package-release" repo and set it up with a few version checks.

I've produced packages that I hope will work on a CoreMP135(arm32/armhf) and these are in my Debian PPA. Let me know if these don't work?

I'll leave this PR open until you confirm they work.

Cheers Phil