Skip to content

Commit 5c3d684

Browse files
author
Jorge Aparicio
committed
CI: AppVeyor
1 parent 986c4aa commit 5c3d684

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

appveyor.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
environment:
2+
global:
3+
matrix:
4+
- TARGET=i686-pc-windows-msvc
5+
- TARGET=x86_64-pc-windows-msvc
6+
7+
install:
8+
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe"
9+
- rust-nightly-%TARGET%.exe
10+
- SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin
11+
- rustc -Vv
12+
- cargo -V
13+
14+
build: false
15+
16+
test_script:
17+
- cargo build
18+
- cargo build --release
19+
- cargo test
20+
- cargo test --release
21+
22+
branches:
23+
only:
24+
- master

0 commit comments

Comments
 (0)