Try adding an Ubuntu build now.

This commit is contained in:
Nolan Darilek 2019-09-12 12:16:20 -05:00
parent 82cfd4f4b3
commit 6dd4e28444

View File

@ -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