ptx-linker 0.8.1

NVPTX modules linker
environment:
  RUST_BACKTRACE: 1

  matrix:
  - TARGET: x86_64-pc-windows-gnu
  - TARGET: i686-pc-windows-gnu

install:
  - appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
  - rustup-init.exe -y --default-host %TARGET% --default-toolchain nightly
  - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
  - rustc -V
  - cargo -V
  - rustup component add rust-src
  - cargo install -f xargo

build: off

test_script:
  - cargo check
  - cargo test

branches:
  only:
    - master