install: - choco install 7zip.commandline - ps: Start-FileDownload 'https://dxrs.blob.core.windows.net/tools/x86_64-4.9.2-release-win32-seh-rt_v4-rev2.7z' -FileName mingw-w64.7z - 7za.exe x -oC:\ mingw-w64.7z 1> nul - ps: Start-FileDownload 'https://static.rust-lang.org/dist/rust-1.0.0-x86_64-pc-windows-gnu.exe' - rust-1.0.0-x86_64-pc-windows-gnu.exe /VERYSILENT /NORESTART /DIR="C:\Program Files\Rust" - SET PATH=%PATH%;C:\Program Files\Rust\bin;C:\mingw64\bin;C:\Python27;C:\Python27\Scripts - rustc -V - cargo -V - dlltool -V - pip install ghp-import build: off test_script: - cargo test --verbose deploy_script: - cargo doc - python C:\Python27\Scripts\ghp-import -n target/doc - git push -qf https://%TOKEN%@github.com/%APPVEYOR_REPO_NAME%.git gh-pages