Switch to production file names on both CI services
This commit is contained in:
parent
3c6241b5a1
commit
cb5cca32cd
@ -26,7 +26,6 @@ install:
|
|||||||
- cd %APPVEYOR_BUILD_FOLDER%
|
- cd %APPVEYOR_BUILD_FOLDER%
|
||||||
- for /F "tokens=2 delims='" %%a in ('findstr version syncplay\__init__.py') do @set ver=%%a
|
- for /F "tokens=2 delims='" %%a in ('findstr version syncplay\__init__.py') do @set ver=%%a
|
||||||
- python buildPy2exe.py
|
- python buildPy2exe.py
|
||||||
- copy Syncplay-%ver%-Setup.exe Syncplay-%ver%-Setup-Py34.exe
|
|
||||||
- type nul > syncplay_v%ver%\syncplay.ini
|
- type nul > syncplay_v%ver%\syncplay.ini
|
||||||
- copy resources\win_lua_note.txt syncplay_v%ver%\"VLC LUA Script installation.txt"
|
- copy resources\win_lua_note.txt syncplay_v%ver%\"VLC LUA Script installation.txt"
|
||||||
|
|
||||||
@ -36,10 +35,10 @@ build: off
|
|||||||
artifacts:
|
artifacts:
|
||||||
- path: 'syncplay_v$(ver)'
|
- path: 'syncplay_v$(ver)'
|
||||||
type: zip
|
type: zip
|
||||||
name: Syncplay_$(ver)_Portable_py34
|
name: Syncplay_$(ver)_Portable
|
||||||
|
|
||||||
- path: Syncplay-$(ver)-Setup-Py34.exe
|
- path: Syncplay-$(ver)-Setup.exe
|
||||||
name: Syncplay-$(ver)-Setup-Py34
|
name: Syncplay-$(ver)-Setup
|
||||||
|
|
||||||
# Push artefact to S3 bucket and list all
|
# Push artefact to S3 bucket and list all
|
||||||
before_deploy:
|
before_deploy:
|
||||||
|
|||||||
@ -42,7 +42,7 @@ before_deploy:
|
|||||||
- mv resources/lua/intf/syncplay.lua resources/lua/intf/.syncplay.lua
|
- mv resources/lua/intf/syncplay.lua resources/lua/intf/.syncplay.lua
|
||||||
- mv resources/macOS_readme.pdf resources/.macOS_readme.pdf
|
- mv resources/macOS_readme.pdf resources/.macOS_readme.pdf
|
||||||
- export VER="$(cat syncplay/__init__.py | awk '/version/ {gsub("\047", "", $3); print $NF}')"
|
- export VER="$(cat syncplay/__init__.py | awk '/version/ {gsub("\047", "", $3); print $NF}')"
|
||||||
- dmgbuild -s appdmg.py "Syncplay" dist_dmg/Syncplay_${VER}_macOS_py36.dmg
|
- dmgbuild -s appdmg.py "Syncplay" dist_dmg/Syncplay_${VER}.dmg
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user