Skip to content
Snippets Groups Projects
Commit 2300d3b7 authored by Raphaël Zumer's avatar Raphaël Zumer Committed by Thomas Daede
Browse files

Add Appveyor configuration for MSVC 64-bit (#461)

* Add basic AppVeyor configuration

* Update appveyor.yml

Remove benchmark run
parent 79c3756f
No related branches found
No related tags found
No related merge requests found
os: Visual Studio 2017
environment:
matrix:
- channel: stable
target: x86_64-pc-windows-msvc
install:
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
- appveyor DownloadFile http://www.tortall.net/projects/yasm/releases/yasm-1.3.0-win64.exe -FileName yasm.exe
- rustup-init -yv --default-toolchain %channel% --default-host %target%
- set PATH=%PATH%;%USERPROFILE%\.cargo\bin;%APPVEYOR_BUILD_FOLDER%
- rustc -vV
- cargo -vV
build: false
test:
- git submodule update --init
- cargo test --verbose
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment