|
|
@@ -11,7 +11,7 @@ install: |
|
|
|
- curl -sSf -o rustup-init.exe https://win.rustup.rs |
|
|
|
- rustup-init.exe --default-host "%ARCH%-pc-windows-gnu" --default-toolchain %RUST% -y |
|
|
|
# Remove old dll that broke test. See https://github.com/gtk-rs/cairo/pull/160 |
|
|
|
- IF "%BITS%" == "32" ren C:\Users\appveyor\.rustup\toolchains\stable-i686-pc-windows-gnu\bin\libgcc_s_dw2-1.dll _libgcc_s_dw2-1.dll |
|
|
|
- IF "%BITS%" == "32" ren C:\Users\appveyor\.rustup\toolchains\%RUST%-i686-pc-windows-gnu\bin\libgcc_s_dw2-1.dll _libgcc_s_dw2-1.dll |
|
|
|
- SET PATH=C:\Users\appveyor\.cargo\bin;C:\msys64\mingw%BITS%\bin;%PATH%;C:\msys64\usr\bin |
|
|
|
- rustc -Vv |
|
|
|
- cargo -Vv |
|
|
|
0 comments on commit
ba3713b