Skip to content
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

How are exe builds generated? #18355

Closed
naturallymitchell opened this issue Nov 30, 2018 · 3 comments
Closed

How are exe builds generated? #18355

naturallymitchell opened this issue Nov 30, 2018 · 3 comments

Comments

@naturallymitchell
Copy link

@naturallymitchell naturallymitchell commented Nov 30, 2018

I can't find any Travis or Appveyor scripts to learn from for building other python binaries from source.

Thanks in advance.

@Hrxn
Copy link

@Hrxn Hrxn commented Dec 1, 2018

With py2exe, or what do you mean?

@naturallymitchell
Copy link
Author

@naturallymitchell naturallymitchell commented Dec 1, 2018

That's what I'm asking about. Thanks.

Could you explain a bit more how it's done? Perhaps the builds get generated somehow with this script? https://github.com/rg3/youtube-dl/blob/c3bcd206eb031de30179c88ac7acd806a477ceae/devscripts/buildserver.py

I've seen other build scripting done with Travis and Appveyor, so that's what I'm thinking to do for Python.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Dec 1, 2018

exes are built by buildserver.py. It's a simple http server that processes request from the main build script and sends back ready exe.

@dstftw dstftw closed this Dec 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.