aboutsummaryrefslogtreecommitdiff
path: root/development/libs/barrel/appveyor.yml
blob: 02398d09eb7eefc22d41a8e721c1fe805e03d243 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
build: false
build_script:
  - cargo test --verbose %cargoflags% --all-features
environment:
  matrix:
    - channel: stable
      target: x86_64-pc-windows-gnu
install:
  - appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
  - rustup-init -yv --default-toolchain %channel% --default-host %target%
  - set PATH=%PATH%;%USERPROFILE%\.cargo\bin
  - rustc -vV
  - cargo -vV