mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-08 16:15:57 +00:00
Use test script to push artifacts and rename with 'windows' suffix.
This commit is contained in:
parent
b7a88b0e83
commit
804fb80d4e
|
@ -16,12 +16,9 @@ install:
|
|||
build: false
|
||||
|
||||
test_script:
|
||||
- cargo build
|
||||
|
||||
before_deploy:
|
||||
- cargo build --release
|
||||
- cmd: mkdir -p staging\godot-tts\target\release
|
||||
- cmd: copy target\release\*.dll staging\godot-tts\target\release
|
||||
- cmd: cd staging
|
||||
- cmd: 7z a ../%PROJECT_NAME%.zip *
|
||||
- cmd: appveyor PushArtifact ../%PROJECT_NAME%.zip
|
||||
- cmd: 7z a ../%PROJECT_NAME%-windows.zip *
|
||||
- cmd: appveyor PushArtifact ../%PROJECT_NAME%-windows.zip
|
||||
|
|
Loading…
Reference in New Issue
Block a user