Skip to content

Commit f592629

Browse files
little-dudekbknapp
authored andcommitted
fix appveyor build
1 parent 4824fcc commit f592629

File tree

2 files changed

+17
-12
lines changed

2 files changed

+17
-12
lines changed

.appveyor.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
environment:
2+
matrix:
3+
- TARGET: x86_64-pc-windows-msvc
4+
- TARGET: i686-pc-windows-msvc
5+
- TARGET: x86_64-pc-windows-gnu
6+
- TARGET: i686-pc-windows-gnu
7+
RUST_BACKTRACE: full
8+
install:
9+
- curl -sSf -o rustup-init.exe https://win.rustup.rs/
10+
- rustup-init.exe -y --default-host %TARGET%
11+
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
12+
- rustc -vV
13+
- cargo -vV
14+
build: false
15+
test_script:
16+
- cargo build --verbose --features yaml
17+
- cargo test --verbose --features yaml

appveyor.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)