Cache components of build artifact and try pushing one final distrobution.

This commit is contained in:
Nolan Darilek 2019-09-13 09:04:09 -05:00
parent 242dde2bf4
commit f31621f2ff

View File

@ -19,6 +19,13 @@ test_script:
- cargo build --release - cargo build --release
- cmd: mkdir -p staging\godot-tts\target\release - cmd: mkdir -p staging\godot-tts\target\release
- cmd: copy target\release\*.dll staging\godot-tts\target\release - cmd: copy target\release\*.dll staging\godot-tts\target\release
- cmd: cd staging # - cmd: cd staging
- cmd: 7z a ../windows.zip * # - cmd: 7z a ../windows.zip *
- cmd: appveyor PushArtifact ../windows.zip - sh: cp godot-tts.gdn* staging/godot-tts
- sh: cp target/release/libgodot_tts.so target/godot-tts/target/release
- sh: cd target
- sh: zip -r9 godot-tts.zip godot-tts/
- sh: appveyor PushArtifact godot-tts.zip
cache:
- staging