disable windows msvc for now
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
95af22627e
commit
562bedbcbf
1 changed files with 4 additions and 2 deletions
|
@ -7,7 +7,7 @@ steps:
|
|||
image: rust:alpine
|
||||
commands:
|
||||
- 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
|
||||
- rustup target add x86_64-pc-windows-gnu
|
||||
- rustup component add clippy
|
||||
|
@ -79,4 +79,6 @@ steps:
|
|||
from_secret: maven_password
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
- master
|
||||
target:
|
||||
- windows-msvc
|
||||
|
|
Loading…
Add table
Reference in a new issue