Initial stab at artifact deployment.

This commit is contained in:
Nolan Darilek 2019-09-10 17:28:20 -05:00
parent 191e9a6b07
commit 6791f6a489

View File

@ -119,3 +119,11 @@ build: false
# environment variable. # environment variable.
test_script: test_script:
- cargo build %cargoflags% - 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