-
Notifications
You must be signed in to change notification settings - Fork 2
Error building in circleci #37
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
Comments
Hi Mikhail, The build is now dependant on a widget I use in other apps. I see you're pulling my updates into your own clone for a CI build. I do have a CI build in a separate repo for performing releases. I think any CI in this repo should be performing tests rather than release builds. Flutter has a GUI test framework for this, but I haven't had the time to work out how to use it yet. Can I ask why you need to do your own builds rather than using the repos I'm publishing? Are you doing some testing? I'd like to make things as simple as possible for you to include the app in BBN releases. Cheers |
It’s mostly for historical reasons. I’ve been loading boatinstrument on BBN OS before you came up with Debian packages. Also I think you do not build arm32 flutter deb package which I would need for CoreMP135 version of BBN OS. I see I would need to add
|
I do build arm32 packages for the flutter-pi versions: https://philseeley.github.io/debian-ppa/pool/main/f/flutter-pi/flutter-pi_1.0.1-d12_armhf.deb If these don't work for you but you have working builds then what am I missing?. FYI: the package releasing repo is https://github.com/philseeley/package-release |
Yes I should start using your .deb packages |
Thanks
The text was updated successfully, but these errors were encountered: