mirror of
https://github.com/darakian/ddh.git
synced 2026-09-10 07:06:21 -04:00
Test appveyor
This commit is contained in:
parent
b952579a86
commit
f74be402ce
|
|
@ -3,7 +3,7 @@ install:
|
|||
- cmd: >-
|
||||
appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
|
||||
|
||||
rustup-init.exe -y --default-host %TARGET%
|
||||
rustup-init.exe -y --default-host msvc
|
||||
|
||||
set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
|
||||
|
||||
|
|
@ -16,4 +16,4 @@ after_test:
|
|||
- cmd: >-
|
||||
cargo build --verbose
|
||||
|
||||
cargo test
|
||||
cargo test
|
||||
|
|
|
|||
Loading…
Reference in a new issue