ci: fix appveyor build for backtrace-sys dependency (#526)

This commit is contained in:
nirasan
2019-05-17 06:41:24 +09:00
committed by Sean McArthur
parent 9f22f46e85
commit 2a64140de8

View File

@@ -3,11 +3,14 @@ environment:
- TARGET: x86_64-pc-windows-msvc
- TARGET: i686-pc-windows-msvc
- TARGET: x86_64-pc-windows-gnu
MINGW_PATH: 'C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin'
- TARGET: i686-pc-windows-gnu
MINGW_PATH: 'C:\MinGW\bin'
install:
- curl -sSf -o rustup-init.exe https://win.rustup.rs/
- rustup-init.exe -y --default-host %TARGET%
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
- if defined MINGW_PATH set PATH=%PATH%;%MINGW_PATH%
- rustc -vV
- cargo -vV
build: false