mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-08 16:55:58 +00:00
Initial stab at artifact deployment.
This commit is contained in:
parent
191e9a6b07
commit
6791f6a489
|
@ -119,3 +119,11 @@ build: false
|
|||
# environment variable.
|
||||
test_script:
|
||||
- cargo build %cargoflags%
|
||||
|
||||
before_deploy:
|
||||
- cargo build --release
|
||||
- mkdir -p staging\godot-tts\target\release
|
||||
- copy target\release\*.dll staging\godot-tts\target\release
|
||||
- cd staging
|
||||
- 7z a ../%PROJECT_NAME%.zip *
|
||||
- appveyor PushArtifact ../%PROJECT_NAME%.zip
|
||||
|
|
Loading…
Reference in New Issue
Block a user