disable windows msvc for now
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
nyyu 2021-08-01 09:47:16 +02:00
parent 95af22627e
commit 562bedbcbf

View file

@ -7,7 +7,7 @@ steps:
image: rust:alpine image: rust:alpine
commands: commands:
- apk add --no-cache mingw-w64-gcc musl-dev - apk add --no-cache mingw-w64-gcc musl-dev
- mkdir ~/.cargo - mkdir ~/.cargo
- echo -e '[target.x86_64-pc-windows-gnu]\nlinker = "x86_64-w64-mingw32-gcc"\nar = "x86_64-w64-mingw32-gcc-ar"' > ~/.cargo/config - echo -e '[target.x86_64-pc-windows-gnu]\nlinker = "x86_64-w64-mingw32-gcc"\nar = "x86_64-w64-mingw32-gcc-ar"' > ~/.cargo/config
- rustup target add x86_64-pc-windows-gnu - rustup target add x86_64-pc-windows-gnu
- rustup component add clippy - rustup component add clippy
@ -79,4 +79,6 @@ steps:
from_secret: maven_password from_secret: maven_password
when: when:
branch: branch:
- master - master
target:
- windows-msvc