This commit is contained in:
Robin Appelman 2021-07-25 15:18:53 +02:00
commit 55211ac364
23 changed files with 6670 additions and 0 deletions

11
.appveyor.yml Normal file
View file

@ -0,0 +1,11 @@
install:
- appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
- if not defined RUSTFLAGS rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain nightly
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
- rustc -V
- cargo -V
build: false
test_script:
- cargo test --locked