forked from gfx-rs/gfx
-
Notifications
You must be signed in to change notification settings - Fork 1
/
appveyor.yml
40 lines (36 loc) · 914 Bytes
/
appveyor.yml
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
30
31
32
33
34
35
36
37
38
39
40
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
- CHANNEL: stable
TARGET: x86_64-pc-windows-gnu
- CHANNEL: nightly
TARGET: x86_64-pc-windows-msvc
skip_commits:
files:
- travis.yml
- bors.toml
- LICENSE-APACHE
- LICENSE-MIT
- '*.md'
# TODO: this breaks bors on metal only commits
#- src/backend/metal/**/*
install:
- curl -sSf -o rustup-init.exe https://win.rustup.rs
- rustup-init -yv --default-toolchain %CHANNEL% --default-host %TARGET%
#- bash -lc "pacman -S --noconfirm mingw-w64-x86_64-cmake"
- rustc -vV
- cargo -vV
build: false
test_script:
- C:\MinGW\bin\mingw32-make.exe all
#cache:
# - target
# - C:\Users\appveyor\.cargo\registry