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
86f25d92d9
commit
9d336ae4a0
15
appveyor.yml
15
appveyor.yml
|
|
@ -10,18 +10,15 @@ environment:
|
|||
CHANNEL: stable
|
||||
|
||||
install:
|
||||
- sh: >-
|
||||
appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
|
||||
- appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
|
||||
- rustup-init.exe -y --default-host %TARGET%
|
||||
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
|
||||
- rustc -V
|
||||
- cargo -V
|
||||
|
||||
rustup-init.exe -y --default-host %TARGET%
|
||||
|
||||
set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
|
||||
|
||||
rustc -V
|
||||
|
||||
cargo -V
|
||||
build_script:
|
||||
- sh: cargo build --release
|
||||
|
||||
after_test:
|
||||
- sh: >-
|
||||
cargo build --verbose
|
||||
|
|
|
|||
Loading…
Reference in a new issue