-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Integrate with Travis and Appveyor for automated builds #11
Comments
@virresh hello, I can add Appveyor. I want to clarify, do you expect only property file .appveyor.yml? Will you create an account in |
Yep
I'll link the master branch with appveyor
Just need to know if Appveyor can create a 32 bit windows exe
So need to see the .appveyor.yml working on someone's fork and pushing
binaries to github releases
…On Fri, Oct 30, 2020, 19:29 Yevhen Yermolenko ***@***.***> wrote:
@virresh <https://github.com/virresh> hello, I can add Appveyor. I want
to clarify, do you expect only property file .appveyor.yml? Will you create
an account in https://www.appveyor.com/ by yourself?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#11 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACTYGPAFQNODWY2ORRVQSNTSNLBDHANCNFSM4SSJUYUA>
.
|
Sorry, I've tried but haven't succeed. I hope these links should be helpful for the next participant: |
oh ok Also if you're still interested in this, I'll be glad to provide any reviews / feedback on your attempt |
Thank you)
AppVeyour build results:
🤷 |
Oh, I see the issue Essentially, runner.py is the runtime code, not the build time code. It works if you try running the software from python interpreter locally, but here our aim is to create an executable out of it Steps for building an exe for windows are documented here: I've just thrown them in, but all required statements should be there. These would need to be put in the build step [except that the first command probably needs to be the last command], and since I was doing it on a local VM, I used python environments. |
Thank you for your explanations. Faced some new issues with pip, only Flask was installed successfully. I'll try more on weekend. |
Need integration with Travis (for linux and maybe macOS builds) and Appveyor for Windows 32-bit builds.
Travis Docs: https://docs.travis-ci.com/user/tutorial/
Appveyor Docs: https://www.appveyor.com/docs/windows-images-software/
Kindly implement it on a fork and send a pull request with links to the builds if someone is attempting this
Benefits -- We will get a preview-release for every push to master. And no need to manually build on every full release
The text was updated successfully, but these errors were encountered: