Skip to content

Commit

Permalink
Add appveyor config
Browse files Browse the repository at this point in the history
Just msvc and gnu stable for now
  • Loading branch information
nickbrowne committed Apr 8, 2018
1 parent af5a081 commit 7bf0a84
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
environment:
PATH: '%PATH%;C:\msys64\mingw64\bin;'
matrix:
- channel: stable
target: x86_64-pc-windows-msvc
- channel: stable
target: x86_64-pc-windows-gnu
install:
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
- rustup-init -yv --default-toolchain %channel% --default-host %target%
- set PATH=%PATH%;%USERPROFILE%\.cargo\bin
- rustc -vV
- cargo -vV
build: false
test_script:
- cargo test

0 comments on commit 7bf0a84

Please sign in to comment.