mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-22 12:05:56 +00:00
Try adding an Ubuntu build now.
This commit is contained in:
parent
82cfd4f4b3
commit
6dd4e28444
21
appveyor.yml
21
appveyor.yml
|
@ -1,9 +1,12 @@
|
||||||
image: Visual Studio 2017
|
image:
|
||||||
|
- Visual Studio 2017
|
||||||
|
- ubuntu
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
|
- cmd: appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
|
||||||
- rustup-init -y --default-toolchain stable --default-host x86_64-pc-windows-msvc
|
- cmd: rustup-init -y --default-toolchain stable --default-host x86_64-pc-windows-msvc
|
||||||
- set PATH=%PATH%;%USERPROFILE%\.cargo\bin
|
- sh: curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable --default-host x86_64-unknown-linux-gnu
|
||||||
|
- cmd: set PATH=%PATH%;%USERPROFILE%\.cargo\bin
|
||||||
- rustc -vV
|
- rustc -vV
|
||||||
- cargo -vV
|
- cargo -vV
|
||||||
|
|
||||||
|
@ -14,8 +17,8 @@ test_script:
|
||||||
|
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- cargo build --release
|
- cargo build --release
|
||||||
- mkdir -p staging\godot-tts\target\release
|
- cmd: mkdir -p staging\godot-tts\target\release
|
||||||
- copy target\release\*.dll staging\godot-tts\target\release
|
- cmd: copy target\release\*.dll staging\godot-tts\target\release
|
||||||
- cd staging
|
- cmd: cd staging
|
||||||
- 7z a ../%PROJECT_NAME%.zip *
|
- cmd: 7z a ../%PROJECT_NAME%.zip *
|
||||||
- appveyor PushArtifact ../%PROJECT_NAME%.zip
|
- cmd: appveyor PushArtifact ../%PROJECT_NAME%.zip
|
||||||
|
|
Loading…
Reference in New Issue
Block a user