OpServ-Monitoring / opserv-backend

The backend repository for the opserv monitoring software
GNU General Public License v3.0
3 stars 0 forks source link

PyInstaller for Windows #23

Open Laberbear opened 7 years ago

Laberbear commented 7 years ago

I'm now working on the PyInstaller integration. Progress will be posted here. Right now I discovered, that first of all we can only build on Python 3.5 since 3.6 is not yet supported, which is alright. Also we probably need to add some code that notifies pyinstaller of the used python modules since the normal analysis only searches for imports (and we are using the import module and not the statement)

Laberbear commented 7 years ago

There were several issues with the building, but most of it is now fixed.

The scripts now successfully create builds when commits are tagged. The releases are given the name of the tag and if they already exist (created by Travis for example) they'll just get updated with the Windows binaries. The changes are currently in the test-appveyor branch and will be integrated into master soon(TM)