Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
How are exe builds generated? #18355
Comments
|
With |
|
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. |
|
|
I can't find any Travis or Appveyor scripts to learn from for building other python binaries from source.
Thanks in advance.