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
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue