Fix artifacts creation; try to delete no longer files on last step before upload
This commit is contained in:
parent
0fef6427ff
commit
9bd3b7f448
@ -63,6 +63,7 @@ program32:
|
|||||||
- 'python write_version_data.py'
|
- 'python write_version_data.py'
|
||||||
- 'python setup.py build'
|
- 'python setup.py build'
|
||||||
- cd ..
|
- cd ..
|
||||||
|
- 'mkdir artifacts'
|
||||||
- cd scripts
|
- cd scripts
|
||||||
- 'python prepare_zipversion.py'
|
- 'python prepare_zipversion.py'
|
||||||
- cd ..
|
- cd ..
|
||||||
@ -90,6 +91,8 @@ generate_versions:
|
|||||||
script:
|
script:
|
||||||
- 'cd artifacts'
|
- 'cd artifacts'
|
||||||
- '&$env:NSIS installer.nsi'
|
- '&$env:NSIS installer.nsi'
|
||||||
|
- 'Remove-Item -path program32 -recurse'
|
||||||
|
- 'Remove-Item -path program64 -recurse'
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
- master
|
- master
|
||||||
|
Loading…
Reference in New Issue
Block a user