mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-08 16:55:58 +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:
|
||||
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
|
||||
- rustup-init -y --default-toolchain stable --default-host x86_64-pc-windows-msvc
|
||||
- set PATH=%PATH%;%USERPROFILE%\.cargo\bin
|
||||
- cmd: appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
|
||||
- cmd: rustup-init -y --default-toolchain stable --default-host x86_64-pc-windows-msvc
|
||||
- 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
|
||||
- cargo -vV
|
||||
|
||||
|
@ -14,8 +17,8 @@ test_script:
|
|||
|
||||
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
|
||||
- cmd: mkdir -p staging\godot-tts\target\release
|
||||
- cmd: copy target\release\*.dll staging\godot-tts\target\release
|
||||
- cmd: cd staging
|
||||
- cmd: 7z a ../%PROJECT_NAME%.zip *
|
||||
- cmd: appveyor PushArtifact ../%PROJECT_NAME%.zip
|
||||
|
|
Loading…
Reference in New Issue
Block a user