edit drone config
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
2967553bc8
commit
ff2ac9a07a
14
.drone.yml
14
.drone.yml
@ -12,4 +12,16 @@ steps:
|
||||
# prepare output directory
|
||||
- mkdir -p /drone/src/out/
|
||||
# build
|
||||
- wine c:/python/Scripts/pyinstaller.exe --onefile --name matomo-csv-util --distpath z:/drone/src/out z:/drone/src/main.py
|
||||
- wine c:/python/Scripts/pyinstaller.exe --onefile --name matomo-csv-util --distpath z:/drone/src/out z:/drone/src/main.py
|
||||
|
||||
- name: publish
|
||||
image: git.argideli.com/quertex/docker-win-pyinstaller
|
||||
pull: always
|
||||
commands:
|
||||
- cp -r z:/drone/src/out/* z:/drone/artifacts
|
||||
|
||||
- name: cleanup
|
||||
image: git.argideli.com/quertex/docker-win-pyinstaller
|
||||
pull: always
|
||||
commands:
|
||||
- rm -rf z:/drone/src
|
Loading…
x
Reference in New Issue
Block a user