summaryrefslogtreecommitdiffstats
path: root/third_party/rust/d3d12/appveyor.yml
blob: b947c526b241353681ff8257c01d4b582f608e9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
skip_branch_with_pr: true
branches:
  except:
    - staging.tmp
environment:
  global:
    PATH: '%PATH%;C:\msys64\mingw64\bin;C:\msys64\usr\bin;%USERPROFILE%\.cargo\bin'
    RUST_BACKTRACE: full
  matrix:
  - CHANNEL: stable
    TARGET: x86_64-pc-windows-msvc

skip_commits:
  files:
    - bors.toml
    - '*.md'

install:
  - curl -sSf -o rustup-init.exe https://win.rustup.rs
  - rustup-init -yv --default-toolchain %CHANNEL% --default-host %TARGET%
  - rustc -vV
  - cargo -vV

build: false
test_script:
  - cargo check
  - cargo check --features libloading
  - cargo check --features implicit-link
  - cargo check --all-features