Try to create an artifact after packaged

This commit is contained in:
Manuel Cortez 2018-09-18 13:07:54 -05:00
parent a3d1052193
commit fe8a3b1565

View File

@ -51,6 +51,8 @@ build_script:
- "cd ..\\src"
- "%CMD_IN_ENV% python ..\\doc\\generator.py"
- "%CMD_IN_ENV% python setup.py py2exe"
- "cd dist"
- cmd: 7z a twblue-snapshot.zip *
artifacts:
# Archive the generated packages in the ci.appveyor.com build report.