Skip to content
Snippets Groups Projects
Commit 58363184 authored by Holger Nahrstaedt's avatar Holger Nahrstaedt
Browse files

fix appveyor

parent bd1b7da8
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,7 @@ test_script: ...@@ -66,7 +66,7 @@ test_script:
after_test: after_test:
# If tests are successful, create binary packages for the project. # If tests are successful, create binary packages for the project.
- pyinstaller beempy-onedir.spec - pyinstaller beempy-onedir.spec
- 7z a beempy.zip %APPVEYOR_BUILD_FOLDER%\dist\beempy - 7z a dist\beempy.zip %APPVEYOR_BUILD_FOLDER%\dist\beempy
#- "%CMD_IN_ENV% python setup.py bdist_wininst" #- "%CMD_IN_ENV% python setup.py bdist_wininst"
#- "%CMD_IN_ENV% python setup.py bdist_msi" #- "%CMD_IN_ENV% python setup.py bdist_msi"
- ps: "ls dist" - ps: "ls dist"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment