]> git.proxmox.com Git - cargo.git/blob - appveyor.yml
Auto merge of #4113 - alexcrichton:trim-travis, r=alexcrichton
[cargo.git] / appveyor.yml
1 environment:
2 matrix:
3 - TARGET: x86_64-pc-windows-msvc
4 OTHER_TARGET: i686-pc-windows-msvc
5 MAKE_TARGETS: test-unit-x86_64-pc-windows-msvc
6
7 install:
8 - appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
9 - rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain nightly
10 - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
11 - rustup target add %OTHER_TARGET%
12 - rustc -V
13 - cargo -V
14 - git submodule update --init
15
16 clone_depth: 1
17
18 build: false
19
20 test_script:
21 - cargo test