-
-
Notifications
You must be signed in to change notification settings - Fork 389
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Document how to use Briefcase in CI #400
Comments
As you probably remember, I incorporate Briefcase in my CI/CD process of Eddington for about a few months now, but I'm using CircleCI as my platform for that. If anyone who works on this issue needs some reference, he/she can take a look here to see how I did it there. |
is
|
@jgirardet Not sure where you got the idea that Github Actions doesn't have an Ubuntu 16.04 environment - it's definitely on their official list As for the "input device is not a TTY" error - I'm not sure what specifically caused that (and the log has expired); but that will almost certainly be because the console is asking for input. There's a |
@freakboy3742 ok sorry it's fine on 16.04 (how I missed it ?) but it's not working on ubuntu 20.04 even with `--no-input`` : https://pastebin.com/FyvENBip Concerning this I could "maybe" reproduce it locally. With pycharm you can run some commands outside a terminal (its called |
@jgirardet Interesting - it makes sense that would be failing; Do you still see a failure if you comment out the |
This workflow contains details for how to sign a Windows binary in CI. The example code is slightly old, as it installs a |
We should add a topic guide for how to incorporate Briefcase into a CI setup.
This includes:
This will, by necessity, be a very opinionated guide; I would currently expect it to reccomend:
Traveltips currently has an incomplete CI configuration, but can serve as a good "working example". Briefcase has a much more complete CI configuration.
The text was updated successfully, but these errors were encountered: