This commit is contained in:
parent
8810ff47e5
commit
bd293ea90a
@ -17,8 +17,8 @@ steps:
|
||||
commands:
|
||||
- pip install -r requirements.txt
|
||||
- python3 run_tests.py
|
||||
- python3 -c "print('The current triggered tag is ${DRONE_TAG}')"
|
||||
- pyinstaller --noconfirm --onefile --windowed --icon "./webpicdownloader/assets/logo.ico" --name "WebPicDownloader" --clean --version-file "./app_version_file.txt" --add-data "./webpicdownloader/assets;webpicdownloader/assets/" --exclude-module "auto_py_to_exe" --exclude-module "pyinstaller" --exclude-module "unittest" "./WebPicDownloader/main.py"
|
||||
- python3 -c "print('The current triggered tag is ${DRONE_TAG}'); print('Start Builder WebPicDownloader for linux.')" # I know it's bad, just a test
|
||||
- pyinstaller --noconfirm --onefile --windowed --icon "./webpicdownloader/assets/logo.ico" --name "WebPicDownloader" --clean --version-file "./app_version_file.txt" --add-data "./webpicdownloader/assets:webpicdownloader/assets/" --exclude-module "auto_py_to_exe" --exclude-module "pyinstaller" --exclude-module "unittest" "./WebPicDownloader/main.py"
|
||||
# Notifying
|
||||
# - name: deploy_&_notify
|
||||
# image: appleboy/drone-discord
|
||||
|
Reference in New Issue
Block a user