-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Supporting PyInstaller (Binary Distribution of Reckoner) (#93)
I have incorporated changes that support the following: * pip installs remain the same * new support for pyinstaller compiling for binary distribution of reckoner * refactored the end-to-end tests to use pyinstaller compiled binary * refactored end-to-end tests to use VM with docker locally instead of docker-remote session * Added support to build Darwin (OS X) binaries with pyinstaller PyInstaller Notes: * Binaries will only work on linux (today) and only support glibc based OS (not alpine)
- Loading branch information
Nick Huanca
authored
Apr 24, 2019
1 parent
4d966bd
commit d264363
Showing
8 changed files
with
218 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,6 @@ venv | |
.venv-* | ||
.coverage | ||
htmlcov/ | ||
build/ | ||
reckoner/version.txt | ||
installer/reckoner.spec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.