blob: de43884265baa0ee4b013365d0b2b17a0e05c849 [file] [log] [blame]
Alex Crichton3bf33a42015-09-10 22:01:52 -07001environment:
2 matrix:
Alex Crichton87fdebd2015-09-12 22:24:01 -07003 - TARGET: x86_64-pc-windows-gnu
Alex Crichton87fdebd2015-09-12 22:24:01 -07004 MSYS2_BITS: 64
Alex Crichton87fdebd2015-09-12 22:24:01 -07005 - TARGET: i686-pc-windows-gnu
Alex Crichton87fdebd2015-09-12 22:24:01 -07006 MSYS2_BITS: 32
Alex Crichton3bf33a42015-09-10 22:01:52 -07007 - TARGET: x86_64-pc-windows-msvc
8 - TARGET: i686-pc-windows-msvc
Alex Crichton3bf33a42015-09-10 22:01:52 -07009install:
Alex Crichton92105c62016-08-26 23:45:32 -070010 - curl -sSf -o rustup-init.exe https://win.rustup.rs/
11 - rustup-init.exe -y --default-host %TARGET%
12 - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
Alex Crichtonab0442c2015-10-07 14:38:47 -070013 - if defined MSYS2_BITS set PATH=%PATH%;C:\msys64\mingw%MSYS2_BITS%\bin
Alex Crichton3bf33a42015-09-10 22:01:52 -070014 - rustc -V
15 - cargo -V
16
17build: false
18
19test_script:
20 - cargo test
Alex Crichtond11e9142015-09-15 23:28:52 -070021 - cargo run --manifest-path libc-test/Cargo.toml