Update .travis.yml
This commit is contained in:
parent
75de028c36
commit
a4c1305971
10
.travis.yml
10
.travis.yml
@ -41,6 +41,7 @@ matrix:
|
|||||||
- cd src
|
- cd src
|
||||||
- python __main__.py --build
|
- python __main__.py --build
|
||||||
- pyinstaller --onefile --hidden-import=queue "__main__.py" -n "new_movies_123_dl_linux"
|
- pyinstaller --onefile --hidden-import=queue "__main__.py" -n "new_movies_123_dl_linux"
|
||||||
|
- ls
|
||||||
- cd ..
|
- cd ..
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
@ -57,7 +58,7 @@ matrix:
|
|||||||
overwrite: true
|
overwrite: true
|
||||||
api_key: $GITHUB_TOKEN
|
api_key: $GITHUB_TOKEN
|
||||||
name: "new_movies_123_dl"
|
name: "new_movies_123_dl"
|
||||||
file: "new_movies_123_dl/dist/new_movies_123_dl_linux"
|
file: "src/dist/new_movies_123_dl_linux"
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
draft: false
|
draft: false
|
||||||
on:
|
on:
|
||||||
@ -78,6 +79,7 @@ matrix:
|
|||||||
- cd src
|
- cd src
|
||||||
- python __main__.py --build
|
- python __main__.py --build
|
||||||
- pyinstaller --onefile --hidden-import=queue "__main__.py" -n "new_movies_123_dl.exe"
|
- pyinstaller --onefile --hidden-import=queue "__main__.py" -n "new_movies_123_dl.exe"
|
||||||
|
- ls
|
||||||
- cd ..
|
- cd ..
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
@ -94,7 +96,7 @@ matrix:
|
|||||||
overwrite: true
|
overwrite: true
|
||||||
api_key: $GITHUB_TOKEN
|
api_key: $GITHUB_TOKEN
|
||||||
name: "new_movies_123_dl"
|
name: "new_movies_123_dl"
|
||||||
file: "new_movies_123_dl/dist/new_movies_123_dl.exe"
|
file: "src/dist/new_movies_123_dl.exe"
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
draft: false
|
draft: false
|
||||||
on:
|
on:
|
||||||
@ -112,7 +114,7 @@ matrix:
|
|||||||
- cd src
|
- cd src
|
||||||
- python3 __main__.py --build
|
- python3 __main__.py --build
|
||||||
- pyinstaller --onefile --hidden-import=queue "__main__.py" -n "new_movies_123_dl_osx"
|
- pyinstaller --onefile --hidden-import=queue "__main__.py" -n "new_movies_123_dl_osx"
|
||||||
- export newMoviesVersion=`cat version.txt`
|
- ls
|
||||||
- cd ..
|
- cd ..
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
@ -128,7 +130,7 @@ matrix:
|
|||||||
overwrite: true
|
overwrite: true
|
||||||
api_key: $GITHUB_TOKEN
|
api_key: $GITHUB_TOKEN
|
||||||
name: "new_movies_123_dl"
|
name: "new_movies_123_dl"
|
||||||
file: "new_movies_123_dl/dist/new_movies_123_dl_osx"
|
file: "src/dist/new_movies_123_dl_osx"
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
draft: false
|
draft: false
|
||||||
on:
|
on:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user